Changeset 64 in dev for BasicCompiler_Common/Overload.cpp
- Timestamp:
- Mar 8, 2007, 2:49:34 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BasicCompiler_Common/Overload.cpp
r50 r64 28 28 char MethodName[VN_SIZE]; 29 29 if( !SplitMemberName( name, NULL, MethodName ) ) lstrcpy( MethodName, name ); 30 30 /* 31 31 //メソッドの場合は静的かどうかを調べる 32 32 bool isStatic = false; … … 35 35 isStatic = pClass->IsExistStaticMethod( MethodName ); 36 36 } 37 37 */ 38 38 //パラメータオブジェクトを生成 39 39 pobj_parameter=new CParameter(Parameter);
Note:
See TracChangeset
for help on using the changeset viewer.