Ignore:
Timestamp:
Jul 16, 2007, 11:35:45 PM (17 years ago)
Author:
dai_9181
Message:

BoostXmlSupportクラスの名前をBoostSerializationSupportに変更

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/jenga/include/common/logger.h

    r205 r213  
    1313
    1414#include <jenga/include/common/Environment.h>
    15 #include <jenga/include/common/BoostXmlSupport.h>
     15#include <jenga/include/common/BoostSerializationSupport.h>
    1616
    1717#define STDX_DSTREAM_BUFFERING
     
    2424
    2525
    26 class LoggerSetting : public BoostXmlSupport<LoggerSetting>
     26class LoggerSetting : public BoostSerializationSupport<LoggerSetting>
    2727{
    2828public:
     
    7373            char temp3[MAX_PATH];
    7474            _splitpath(saveFilePath.c_str(),temporary,temp2,temp3,NULL);
    75             setting.Read( (string)temporary + temp2 + temp3 + ".setting.xml", false );
     75            setting.ReadXml( (string)temporary + temp2 + temp3 + ".setting.xml", false );
    7676        }
    7777    }
Note: See TracChangeset for help on using the changeset viewer.