- 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.cc
r8864 r9294 113 113 Returns false if the parameter already existed, true if not. 114 114 */ 115 bool PickupIdentifier::addParameter( std::string & name, std::string& value)115 bool PickupIdentifier::addParameter(const std::string& name, const std::string& value) 116 116 { 117 117 orxout(verbose, context::pickups) << "PickupIdentifier " << name << ", " << value << endl;
Note: See TracChangeset
for help on using the changeset viewer.