- Timestamp:
- Jun 12, 2012, 11:05:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2012merge/src/orxonox/pickup/PickupIdentifier.h
r7551 r9294 72 72 virtual int compare(const PickupIdentifier* identifier) const; //!< Compares two PickupIdentifiers and returns 0 if a == b, <0 if a < b and >0 if a > b for a.compare(b). 73 73 74 bool addParameter( std::string & name, std::string& value); //!< Add a parameter to the PickupIdentifier.74 bool addParameter(const std::string& name, const std::string& value); //!< Add a parameter to the PickupIdentifier. 75 75 76 76 private:
Note: See TracChangeset
for help on using the changeset viewer.