Changeset 566 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/hash.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/hash.cpp
r536 r566 82 82 if( !pobj_c ) 83 83 { 84 pobj_c=compiler.GetObjectModule().meta. GetClasses().Find(ObjName);84 pobj_c=compiler.GetObjectModule().meta.FindClassSupportedTypeDef(ObjName); 85 85 if( pobj_c ){ 86 86 isStatic = true; … … 160 160 161 161 const UserProc *GetClassMethod( const char *className, const char *methodName ){ 162 const CClass *pClass = compiler.GetObjectModule().meta. GetClasses().Find( className );162 const CClass *pClass = compiler.GetObjectModule().meta.FindClassSupportedTypeDef( className ); 163 163 if( pClass ){ 164 164 std::vector<const UserProc *> userProcs;
Note:
See TracChangeset
for help on using the changeset viewer.