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 2007 by tim, Sun Feb 13 15:56:10 2005 UTC vs.
Revision 2008 by tim, Sun Feb 13 19:10:25 2005 UTC

# Line 54 | Line 54 | class BlockSnapshotMananger : public SnapshotManager{
54   * @class BlockSnapshotManager
55   * @todo document
56   */
57 < class BlockSnapshotMananger : public SnapshotManager{
57 > class BlockSnapshotManager : public SnapshotManager{
58  
59      public:
60 <        BlockSnapshotMananger(SimInfo* info, const std::string& filename, int storageLayout, int blockCapacity = 2);
61 <        ~BlockSnapshotMananger();
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]; }
64  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines