Changeset 566 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/src/Compiler.cpp
- Timestamp:
- May 6, 2008, 1:41:03 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/src/Compiler.cpp
r540 r566 30 30 31 31 // ジェネリクスクラスを取得 32 const CClass *pGenericClass = this->GetObjectModule().meta. GetClasses().Find( className );32 const CClass *pGenericClass = this->GetObjectModule().meta.FindClassSupportedTypeDef( className ); 33 33 34 34 if( !pGenericClass ) … … 128 128 129 129 //クラス 130 const CClass *pobj_c = this->GetObjectModule().meta.GetClasses().Find ( typeName );130 const CClass *pobj_c = this->GetObjectModule().meta.GetClasses().FindEx( typeName ); 131 131 if(pobj_c){ 132 132 if( pobj_c->IsStructure() ){
Note:
See TracChangeset
for help on using the changeset viewer.