Changeset 9785 in orxonox.OLD for branches/new_class_id/src/lib/util/filesys
- Timestamp:
- Sep 22, 2006, 3:40:06 PM (18 years ago)
- Location:
- branches/new_class_id/src/lib/util/filesys
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/util/filesys/directory.cc
r9719 r9785 212 212 213 213 } 214 215 File operator+(const Directory& dir, const File& file) 216 { 217 return File(dir.name() + '/' + file.name()); 218 } -
branches/new_class_id/src/lib/util/filesys/directory.h
r9719 r9785 77 77 }; 78 78 79 File operator+(const Directory& dir, const File& file); 80 79 81 #endif /* __DIRECTORY_H_ */ 80 82
Note: See TracChangeset
for help on using the changeset viewer.