ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-3.0/src/brains/SnapshotManager.hpp
(Generate patch)

Comparing trunk/OOPSE-3.0/src/brains/SnapshotManager.hpp (file contents):
Revision 2006 by tim, Sun Feb 13 08:05:33 2005 UTC vs.
Revision 2191 by tim, Wed Apr 13 22:43:43 2005 UTC

# Line 93 | Line 93 | namespace oopse{
93                  return storageLayout_;
94              }
95  
96 <        protected:
96 >        private:
97 >            int storageLayout_;
98  
99 +        protected:
100 +
101              SnapshotManager(int storageLayout) : storageLayout_(storageLayout), currentSnapshot_(NULL), previousSnapshot_(NULL) {
102              }
103              
104              Snapshot* currentSnapshot_;
105              Snapshot* previousSnapshot_;
106              
104        private:
105            int storageLayout_;
107  
108      };
109  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines