Changeset 161 for soft/giet_vm/mover/src/path_handler.cpp
- Timestamp:
- Jun 20, 2012, 9:50:34 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
soft/giet_vm/mover/src/path_handler.cpp
r160 r161 30 30 } 31 31 32 std::string PathHandler::getFull Name(const std::string& filepath) const32 std::string PathHandler::getFullPath(const std::string& filepath) const 33 33 { 34 34 return dirPath+filepath;
Note: See TracChangeset
for help on using the changeset viewer.