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 2002 by tim, Sun Feb 13 06:57:48 2005 UTC vs.
Revision 2006 by tim, Sun Feb 13 08:05:33 2005 UTC

# Line 69 | Line 69 | namespace oopse{
69                  delete previousSnapshot_;
70              }
71              
72 <            virtual bool advance() {}
72 >            virtual bool advance() { return true; }
73  
74              virtual Snapshot* getSnapshot(int id) = 0;
75  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines