Ignore:
Timestamp:
08/23/04 14:15:49 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mbase/MParContainer.h

    r4601 r4710  
    5454    Bool_t  fReadyToSave; // should be set to true if the contents of the container is changed somehow
    5555
    56     // FIXME: Change to ostream!
    57     virtual void StreamPrimitive(ofstream &out) const;
    58 
    5956public:
    6057    enum {
     
    103100
    104101    virtual void SetDisplay(MStatusDisplay *d) { fDisplay = d; }
     102
     103    // FIXME: Change to ostream!
     104    virtual void StreamPrimitive(ofstream &out) const;
    105105
    106106    TMethodCall *GetterMethod(const char *name) const;
Note: See TracChangeset for help on using the changeset viewer.