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 1615 by tim, Wed Oct 20 05:52:25 2004 UTC vs.
Revision 1630 by tim, Thu Oct 21 21:31:39 2004 UTC

# Line 32 | Line 32 | namespace oopse{
32    */
33   #ifndef BRAINS_SNAPSHOTMANAGER_HPP
34   #define BRAINS_SNAPSHOTMANAGER_HPP
35 +
36 + #include "brains/Snapshot.hpp"
37 +
38   namespace oopse{
39  
40      /**
# Line 47 | Line 50 | namespace oopse{
50  
51              bool move(int );
52  
53 <            getActiveFrame();
53 >            Snapshot* getActiveSnapshot();
54  
55 <            setActiveFrame();
55 >            void setActiveSnapshot();
56              
57              int getCapacity();
58  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines