Changeset 7804 for trunk/MagicSoft/Mars/mbase/MParContainer.h
- Timestamp:
- 07/26/06 11:46:55 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mbase/MParContainer.h
r6949 r7804 94 94 virtual void Print(Option_t *option="") const; 95 95 virtual Int_t Sizeof() const; 96 virtual void SavePrimitive(ostream &out, Option_t *o=""); 96 97 virtual void SavePrimitive(ofstream &out, Option_t *o=""); 97 98 … … 108 109 virtual void SetDisplay(MStatusDisplay *d) { fDisplay = d; } 109 110 110 // FIXME: Change to ostream! Seems to be difficult, because 111 // MTaskListStreamPrimitive calls SavePrimitive(ofstream&). 112 // Maybe with a cast? 113 virtual void StreamPrimitive(ofstream &out) const; 111 virtual void StreamPrimitive(ostream &out) const; 114 112 115 113 TMethodCall *GetterMethod(const char *name) const;
Note:
See TracChangeset
for help on using the changeset viewer.