Changeset 4710 for trunk/MagicSoft/Mars/mbase
- Timestamp:
- 08/23/04 14:15:49 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MParContainer.h
r4601 r4710 54 54 Bool_t fReadyToSave; // should be set to true if the contents of the container is changed somehow 55 55 56 // FIXME: Change to ostream!57 virtual void StreamPrimitive(ofstream &out) const;58 59 56 public: 60 57 enum { … … 103 100 104 101 virtual void SetDisplay(MStatusDisplay *d) { fDisplay = d; } 102 103 // FIXME: Change to ostream! 104 virtual void StreamPrimitive(ofstream &out) const; 105 105 106 106 TMethodCall *GetterMethod(const char *name) const;
Note:
See TracChangeset
for help on using the changeset viewer.