Changeset 404 in dev for trunk/abdev/BasicCompiler_Common/src/BoostSerializationSupport.cpp
- Timestamp:
- Mar 1, 2008, 12:00:47 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/src/BoostSerializationSupport.cpp
r353 r404 34 34 35 35 #include <BoostSerializationSupport.h> 36 #include <Hashmap.h>37 #include <Compiler.h>38 36 39 37 using namespace Jenga::Common; … … 320 318 } 321 319 320 /* 321 ビルドに時間がかかるので外しておく 322 322 template<class T_xml_schema> bool BoostSerializationSupport<T_xml_schema>::ReadText( const string &filePath, bool isShowExceptionMessage ) 323 323 { … … 481 481 return true; 482 482 } 483 484 485 #include <Compiler.h> 483 */ 484 485 486 486 #include <logger.h> 487 487 488 template class Jenga::Common::BoostSerializationSupport<ObjectModule>;489 488 template class Jenga::Common::BoostSerializationSupport<LoggerSetting>;
Note:
See TracChangeset
for help on using the changeset viewer.