ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/branches/new_design/OOPSE-3.0/src/brains/SnapshotManager.hpp
(Generate patch)

Comparing branches/new_design/OOPSE-3.0/src/brains/SnapshotManager.hpp (file contents):
Revision 1831 by tim, Tue Nov 2 15:23:46 2004 UTC vs.
Revision 1832 by tim, Thu Dec 2 16:04:19 2004 UTC

# Line 73 | Line 73 | namespace oopse{
73                  return currentSnapshot_;
74              }
75              
76 <            int getCapacity();
76 >            virtual int getCapacity() = 0;
77  
78 <            virtual void setCapacity(int capacity);
78 >            virtual void setCapacity(int capacity) = 0;
79  
80              //bool getNotifyStatus();
81              

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines