- Timestamp:
- May 18, 2011, 11:33:28 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/dockingsystem2/src/modules/docking/DockToShip.cc
r8493 r8501 58 58 } 59 59 60 void DockToShip::setTargetId( std::stringstr) {60 void DockToShip::setTargetId(const std::string& str) { 61 61 this->target = str; 62 62 } 63 63 64 std::string DockToShip::getTargetId(){64 const std::string& DockToShip::getTargetId() const { 65 65 return this->target; 66 66 } … … 99 99 } 100 100 } 101
Note: See TracChangeset
for help on using the changeset viewer.