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 1694, Thu Oct 28 22:34:02 2004 UTC vs.
Revision 1695 by tim, Mon Nov 1 22:52:57 2004 UTC

# Line 74 | Line 74 | namespace oopse{
74  
75              virtual void setCapacity(int capacity);
76  
77 <            bool getNotifyStatus();
77 >            //bool getNotifyStatus();
78              
79 <            void setNotifyStatus(bool status);
79 >            //void setNotifyStatus(bool status);
80  
81 <            void attach(SnapshotObserver*);
81 >            //void attach(SnapshotObserver*);
82  
83 <            void detach(SnapshotObserver*);
83 >            //void detach(SnapshotObserver*);
84  
85 <            void notify();
85 >            //void notify();
86  
87          protected:
88              Snapshot* currentSnapshot_;
89              Snapshot* previousSnapshot_;
90              
91          private:
92 <            vector<SnapshotObserver*> observers_;
92 >            //vector<SnapshotObserver*> observers_;
93  
94      };
95  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines