Changeset 540 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/include
- Timestamp:
- May 4, 2008, 12:17:40 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/include/Class.h
r539 r540 176 176 } 177 177 178 virtual void Using() const; 179 178 180 void Readed(){ 179 181 isReady = true; … … 497 499 const CClass *Find( const std::string &fullName ) const; 498 500 499 void StartCompile( const UserProc *pUserProc );500 501 501 502 502 /////////////////////////////
Note:
See TracChangeset
for help on using the changeset viewer.