Changeset 314 in dev


Ignore:
Timestamp:
Sep 5, 2007, 3:10:58 AM (17 years ago)
Author:
dai_9181
Message:

Path::IsExistFileメソッドを実装

Location:
trunk/jenga
Files:
1 added
2 edited

Legend:

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

    r286 r314  
    4040    }
    4141
    42     bool IsExist() const
    43     {
    44     }
     42    bool IsExistFile() const;
    4543
    4644    const std::string &GetDriveName() const
  • trunk/jenga/projects/common/common.vcproj

    r298 r314  
    293293                >
    294294            </File>
     295            <File
     296                RelativePath="..\..\src\common\Path.cpp"
     297                >
     298            </File>
    295299        </Filter>
    296300        <Filter
Note: See TracChangeset for help on using the changeset viewer.