Changeset 465 in dev for trunk/ab5.0/jenga


Ignore:
Timestamp:
Mar 24, 2008, 8:05:20 PM (17 years ago)
Author:
dai_9181
Message:

Messenger/ErrorMessengerクラスを導入。SetError関数によるエラー生成を廃止した。

Location:
trunk/ab5.0/jenga
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/jenga/include/common/String.h

    r298 r465  
    99typedef std::vector<std::string> Strings;
    1010
     11bool IsExistString( const Jenga::Common::Strings &strings, const std::string &findStr );
     12
    1113}
    1214}
  • trunk/ab5.0/jenga/projects/common/common.vcproj

    r323 r465  
    297297                >
    298298            </File>
     299            <File
     300                RelativePath="..\..\src\common\String.cpp"
     301                >
     302            </File>
    299303        </Filter>
    300304        <Filter
Note: See TracChangeset for help on using the changeset viewer.