Changeset 404 in dev for trunk/abdev/BasicCompiler_Common/include
- Timestamp:
- Mar 1, 2008, 12:00:47 AM (17 years ago)
- Location:
- trunk/abdev/BasicCompiler_Common/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abdev/BasicCompiler_Common/include/BoostSerializationSupport.h
r322 r404 33 33 bool WriteBinaryString( std::string &binaryString ) const; 34 34 35 /* 36 ビルドに時間がかかるので外しておく 35 37 bool ReadText( const std::string &filePath, bool isShowExceptionMessage = true ); 36 38 bool WriteText( const std::string &filePath, bool isShowExceptionMessage = true ) const; … … 39 41 40 42 bool ReadXmlFromString( const std::string &xmlBuffer ); 43 */ 41 44 }; 42 45 -
trunk/abdev/BasicCompiler_Common/include/ObjectModule.h
r280 r404 1 1 #pragma once 2 2 3 class ObjectModule : public Jenga::Common::BoostSerializationSupport<ObjectModule>3 class ObjectModule 4 4 { 5 5 public:
Note:
See TracChangeset
for help on using the changeset viewer.