Ignore:
Timestamp:
Aug 1, 2007, 11:19:01 PM (17 years ago)
Author:
dai_9181
Message:

MetaImplを廃止し、Metaにした。
ObjectModuleクラス、Linkerクラスを用意。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/src/BoostSerializationSupport.cpp

    r215 r256  
    1717#include <BoostSerializationSupport.h>
    1818
    19 #include <MetaImpl.h>
    20 #include <logger.h>
    21 
    2219#include <windows.h>
    2320
     
    119116}
    120117
    121 template<class T_xml_schema> bool BoostSerializationSupport<T_xml_schema>::ReadBinaly( const string &filePath, bool isShowExceptionMessage )
     118template<class T_xml_schema> bool BoostSerializationSupport<T_xml_schema>::ReadBinary( const string &filePath, bool isShowExceptionMessage )
    122119{
    123120    // 入力アーカイブの作成
     
    157154    return true;
    158155}
    159 template<class T_xml_schema> bool BoostSerializationSupport<T_xml_schema>::WriteBinaly( const string &filePath, bool isShowExceptionMessage ) const
     156template<class T_xml_schema> bool BoostSerializationSupport<T_xml_schema>::WriteBinary( const string &filePath, bool isShowExceptionMessage ) const
    160157{
    161158    // 出力アーカイブの作成
     
    301298
    302299
    303 template class Jenga::Common::BoostSerializationSupport<MetaImpl>;
     300#include <Compiler.h>
     301#include <logger.h>
     302
     303template class Jenga::Common::BoostSerializationSupport<ObjectModule>;
    304304template class Jenga::Common::BoostSerializationSupport<LoggerSetting>;
Note: See TracChangeset for help on using the changeset viewer.