Changeset 201 in dev for trunk/abdev/BasicCompiler_Common
- Timestamp:
- Jul 2, 2007, 9:55:37 AM (17 years ago)
- Location:
- trunk/abdev/BasicCompiler_Common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/DebugMiddleFile.cpp
r193 r201 34 34 (*p)+=lstrlen(buffer+(*p))+1; 35 35 36 type.Set Index( (LONG_PTR)compiler.GetMeta().GetClasses().Find(szClassName) );36 type.SetClassPtr( compiler.GetMeta().GetClasses().Find(szClassName) ); 37 37 } 38 38 else{ -
trunk/abdev/BasicCompiler_Common/include/MetaImpl.h
r193 r201 9 9 #include <TypeDef.h> 10 10 11 class MetaImpl : public Meta 11 class MetaImpl : public Meta, public Jenga::Common::BoostXmlSupport<MetaImpl> 12 12 { 13 13 // 名前空間
Note:
See TracChangeset
for help on using the changeset viewer.