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

Comparing trunk/OOPSE-4/src/brains/BlockSnapshotManager.hpp (file contents):
Revision 3104 by gezelter, Fri Dec 29 21:57:10 2006 UTC vs.
Revision 3404 by gezelter, Mon Jun 2 02:42:50 2008 UTC

# Line 60 | Line 60 | namespace oopse {
60      BlockSnapshotManager(SimInfo* info, const std::string& filename, int storageLayout, int blockCapacity = 2);
61      ~BlockSnapshotManager();
62          
63 <    virtual Snapshot* getSnapshot(int id) { return snapshots_[id]; }
63 >    virtual Snapshot* getSnapshot(int id);
64  
65 +
66      /** Returns number of snapshot blocks in this BlockSnapshotManager*/
67      int getNBlocks() {
68        return blocks_.size();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines