ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/primitives/StuntDouble.cpp
(Generate patch)

Comparing branches/new_design/OOPSE-3.0/src/primitives/StuntDouble.cpp (file contents):
Revision 1692 by tim, Mon Nov 1 20:15:58 2004 UTC vs.
Revision 1701 by tim, Wed Nov 3 16:08:43 2004 UTC

# Line 50 | Line 50 | void StuntDouble::removeProperty(std::string& propName
50      properties_.addProperty(genData);  
51   }
52  
53 < void StuntDouble::removeProperty(std::string& propName) {
53 > void StuntDouble::removeProperty(const std::string& propName) {
54      properties_.removeProperty(propName);  
55   }
56  
# Line 66 | Line 66 | GenericData* StuntDouble::getPropertyByName(std::strin
66      return properties_.getProperties();
67   }
68  
69 < GenericData* StuntDouble::getPropertyByName(std::string& propName) {
69 > GenericData* StuntDouble::getPropertyByName(const std::string& propName) {
70      return properties_.getPropertyByName(propName);
71   }
72  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines