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

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

File:
1 edited

Legend:

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

    r209 r212  
    11#pragma once
    22
    3 #include <jenga/include/common/BoostXmlSupport.h>
     3#include <jenga/include/common/BoostSerializationSupport.h>
    44
    55#include <option.h>
     
    1111#include <Const.h>
    1212
    13 class MetaImpl : public Jenga::Common::BoostXmlSupport<MetaImpl>
     13class MetaImpl : public Jenga::Common::BoostSerializationSupport<MetaImpl>
    1414{
    1515    // 名前空間
Note: See TracChangeset for help on using the changeset viewer.