Changeset 15257 for trunk/Mars


Ignore:
Timestamp:
04/04/13 14:23:46 (11 years ago)
Author:
tbretz
Message:
Removed some unsused parameters from the header to avoid compiler warnings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/mbase/MStatusDisplay.h

    r13364 r15257  
    293293     Int_t Read(const char *name, const char *tab);
    294294     Int_t Read(const char *name="MStatusDisplay") { return Read(name, 0); }
    295      Int_t Write(const char *name="MStatusDisplay", Int_t option=0, Int_t bufsize=0) { return Write(-1, name); }
    296      Int_t Write(const char *name="MStatusDisplay", Int_t option=0, Int_t bufsize=0) const { return Write(-1, name); }
     295     Int_t Write(const char *name="MStatusDisplay", Int_t =0, Int_t =0) { return Write(-1, name); }
     296     Int_t Write(const char *name="MStatusDisplay", Int_t =0, Int_t =0) const { return Write(-1, name); }
    297297
    298298     // Eventloop interface
Note: See TracChangeset for help on using the changeset viewer.