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

Comparing branches/new_design/OOPSE-4/src/primitives/StuntDouble.hpp (file contents):
Revision 1806 by tim, Tue Nov 30 17:54:22 2004 UTC vs.
Revision 1807 by tim, Tue Nov 30 22:43:51 2004 UTC

# Line 102 | Line 102 | namespace oopse{
102          }
103  
104          /**
105 +         * Sets the Snapshot Manager of this stuntdouble
106 +         */
107 +        void setSnapshotManager(SnapshotManager* sman) {
108 +            snapshotMan_ = sman;
109 +        }
110 +
111 +        /**
112           * Tests if this stuntdouble is an atom
113           * @return true is this stuntdouble is an atom(or a directional atom), return false otherwise
114           */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines