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

Comparing branches/new_design/OOPSE-3.0/src/primitives/StuntDouble.hpp (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 815 | Line 815 | namespace oopse{
815           * Removes property from PropertyMap by name
816           * @param propName the name of property to be removed
817           */
818 <        void removeProperty(std::string& propName);
818 >        void removeProperty(const std::string& propName);
819  
820          /**
821           * clear all of the properties
# Line 840 | Line 840 | namespace oopse{
840           * @return a pointer point to property with propName. If no property named propName
841           * exists, return NULL
842           */      
843 <        GenericData* getPropertyByName(std::string& propName);
843 >        GenericData* getPropertyByName(const std::string& propName);
844  
845      protected:
846          

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines