Changeset 639 in dev for trunk/ab5.0/abdev/ab_common/src/Lexical/ObjectModule.cpp
- Timestamp:
- Jun 12, 2008, 11:30:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/ab_common/src/Lexical/ObjectModule.cpp
r637 r639 87 87 void ObjectModule::Resolve() 88 88 { 89 this->meta.Resolve( );89 this->meta.Resolve( *this ); 90 90 91 91 // グローバルネイティブコードを解決(スケジュールを解決する) 92 this->globalNativeCode.Resolve( );92 this->globalNativeCode.Resolve( *this ); 93 93 94 94 // データテーブルを解決(スケジュールを解決する) 95 this->dataTable.Resolve( );95 this->dataTable.Resolve( *this ); 96 96 } 97 97
Note:
See TracChangeset
for help on using the changeset viewer.