Changeset 15257 for trunk/Mars/mbase
- Timestamp:
- 04/04/13 14:23:46 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mbase/MStatusDisplay.h
r13364 r15257 293 293 Int_t Read(const char *name, const char *tab); 294 294 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); } 297 297 298 298 // Eventloop interface
Note:
See TracChangeset
for help on using the changeset viewer.