Ignore:
Timestamp:
Mar 1, 2008, 12:00:47 AM (16 years ago)
Author:
dai_9181
Message:

ObjectModuleクラスの基底クラスがBoostSerializationSupportとなっていたが、これを外した(ビルド速度の向上)。

File:
1 edited

Legend:

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

    r353 r404  
    3434
    3535#include <BoostSerializationSupport.h>
    36 #include <Hashmap.h>
    37 #include <Compiler.h>
    3836
    3937using namespace Jenga::Common;
     
    320318}
    321319
     320/*
     321ビルドに時間がかかるので外しておく
    322322template<class T_xml_schema> bool BoostSerializationSupport<T_xml_schema>::ReadText( const string &filePath, bool isShowExceptionMessage )
    323323{
     
    481481    return true;
    482482}
    483 
    484 
    485 #include <Compiler.h>
     483*/
     484
     485
    486486#include <logger.h>
    487487
    488 template class Jenga::Common::BoostSerializationSupport<ObjectModule>;
    489488template class Jenga::Common::BoostSerializationSupport<LoggerSetting>;
Note: See TracChangeset for help on using the changeset viewer.