| # | 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 | ||
| – | Removed lines | 
| + | Added lines | 
| < | Changed lines | 
| > | Changed lines |