Ignore:
Timestamp:
01/25/05 14:47:59 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r5986 r5994  
    5353
    5454    Bool_t  fReadyToSave; // should be set to true if the contents of the container is changed somehow
     55
     56    TClass *GetConstructor(const char *name) const;
    5557
    5658public:
     
    140142    const char *GetEnvValue(const TEnv &env, TString prefix, const char *dflt) const;
    141143
     144    MParContainer *GetNewObject(const char *name, const char *base) const;
     145    MParContainer *GetNewObject(const char *name, TClass *base=MParContainer::Class()) const;
     146
    142147    ClassDef(MParContainer, 0)  //The basis for all parameter containers
    143148};
Note: See TracChangeset for help on using the changeset viewer.