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

Comparing branches/new_design/OOPSE-3.0/src/primitives/RigidBody.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 43 | Line 43 | class RigidBody : public StuntDouble {
43      public:
44          RigidBody();
45  
46 <        virtual void getType() { return name_;}
46 >        virtual std::string getType() { return name_;}
47          
48          /** Sets the name of this stuntdouble*/
49          virtual void setType(const std::string& name) { name_ = name;}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines