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

Comparing branches/new_design/OOPSE-3.0/src/utils/PropertyMap.hpp (file contents):
Revision 1831 by tim, Mon Nov 1 22:52:57 2004 UTC vs.
Revision 1832 by tim, Thu Dec 2 16:04:19 2004 UTC

# Line 112 | Line 112 | namespace oopse{
112              * @see #getProperties
113              */      
114              GenericData* getPropertyByName(const std::string& propName);
115 <            //template<typename T = GenericData*> T getPropertyByName(std:string& propName);
115 >            //template<typename T = GenericData*> T getPropertyByName(std:std::string& propName);
116  
117              protected:
118              std::map<std::string, GenericData*> propMap_;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines