Ignore:
Timestamp:
Aug 14, 2007, 3:22:02 AM (17 years ago)
Author:
dai_9181
Message:

sourceをObjectModuleに入れた

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/include/BoostSerializationSupport.h

    r264 r279  
    2525    bool ReadXml( const std::string &xmlFilePath, bool isShowExceptionMessage = true );
    2626    bool WriteXml( const std::string &xmlFilePath, bool isShowExceptionMessage = true ) const;
     27    bool ReadXmlString( const std::string &xmlString );
     28    bool WriteXmlString( std::string &xmlString ) const;
    2729
    2830    bool ReadBinary( const std::string &filePath, bool isShowExceptionMessage = true );
Note: See TracChangeset for help on using the changeset viewer.