Changeset 680 in dev for trunk/ab5.0/jenga/include
- Timestamp:
- Jul 12, 2008, 9:22:58 PM (16 years ago)
- Location:
- trunk/ab5.0/jenga/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/jenga/include/common/Directory.h
r620 r680 18 18 std::string GetFullPath( const std::string &relationPath ) const; 19 19 std::string GetRelationalPath( const std::string &fullPath ) const; 20 21 void SearchFiles( Jenga::Common::Strings &resultOfFullPath, const std::string &findStr, bool isRecuresive = false ) const; 20 22 }; 21 23 -
trunk/ab5.0/jenga/include/jenga.h
r625 r680 4 4 #include "common/BoostSerializationSupport.h" 5 5 #include "common/CmdLine.h" 6 #include "common/String.h" 6 7 #include "common/Directory.h" 7 8 #include "common/EasyToken.h" … … 12 13 #include "common/Path.h" 13 14 #include "common/SourceTemplate.h" 14 #include "common/String.h"15 15 #include "common/VectorSupporter.h"
Note:
See TracChangeset
for help on using the changeset viewer.