Changeset 620 in dev for trunk/ab5.0/jenga/include
- Timestamp:
- May 19, 2008, 6:17:02 PM (17 years ago)
- File:
- 
      - 1 edited
 
 - 
          
  trunk/ab5.0/jenga/include/common/Directory.h (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/ab5.0/jenga/include/common/Directory.hr523 r620 9 9 public: 10 10 Directory( const std::string &path, bool isMake = false ); 11 Directory( const Directory &dir ); 11 12 12 std::string GetFullPath( const std::string &relationPath ); 13 const std::string &GetPath() const 14 { 15 return path; 16 } 17 18 std::string GetFullPath( const std::string &relationPath ) const; 19 std::string GetRelationalPath( const std::string &fullPath ) const; 13 20 }; 14 21 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
