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 1822 by tim, Thu Dec 2 02:08:29 2004 UTC vs.
Revision 1823 by tim, Thu Dec 2 02:23:45 2004 UTC

# Line 782 | Line 782 | namespace oopse{
782          }
783  
784          /** Returns the name of this stuntdouble */
785 <        virtual void getType() = 0;
785 >        virtual std::string getType() = 0;
786          
787          /** Sets the name of this stuntdouble*/
788          virtual void setType(const std::string& name) {}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines