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

Comparing branches/new_design/OOPSE-3.0/src/primitives/StuntDouble.cpp (file contents):
Revision 1882 by tim, Fri Dec 10 16:14:53 2004 UTC vs.
Revision 1883 by tim, Mon Dec 13 22:30:27 2004 UTC

# Line 35 | Line 35 | StuntDouble::StuntDouble(ObjectType objType, DataStora
35   namespace oopse {
36  
37   StuntDouble::StuntDouble(ObjectType objType, DataStoragePointer storage) :
38 <    objType_(objType), storage_(storage),    
39 <    linear_(false), linearAxis_(-1), globalIndex_(-1), localIndex_(-1), snapshotMan_(NULL){
38 >    objType_(objType), storage_(storage), snapshotMan_(NULL),    
39 >    linear_(false), linearAxis_(-1), globalIndex_(-1), localIndex_(-1){
40   }
41  
42   StuntDouble::~StuntDouble() {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines