Ignore:
Timestamp:
05/10/09 12:01:26 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9141 r9442  
    2929    Int_t fArgc; //!
    3030    TList fArgv; //!
     31
     32    MArgsEntry *GetArgument(Int_t i) const;
    3133
    3234public:
     
    6668    Int_t    GetNumEntries() const;
    6769
     70    Bool_t   RemoveArgument(Int_t i);
     71
    6872    ClassDef(MArgs, 0)  //Class to parse command line arguments
    6973};
Note: See TracChangeset for help on using the changeset viewer.