- Timestamp:
- May 18, 2011, 11:33:28 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/dockingsystem2/src/modules/docking/DockingTarget.h
r8257 r8501 63 63 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); 64 64 65 virtual void setName( std::stringstr);66 virtual std::string getName();65 virtual void setName(const std::string& str); 66 virtual const std::string& getName() const; 67 67 }; 68 68
Note: See TracChangeset
for help on using the changeset viewer.