Changeset 11529
- Timestamp:
- 07/22/11 08:48:11 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/WindowLog.h
r10183 r11529 125 125 /// Switch on or off any physical output to the screen (cout or fWindow) 126 126 void SetNullOutput(bool n=true) { fIsNull=n; } 127 bool GetNullOutput() const { return fIsNull; } 127 128 128 129 /// Switch on or off any storage in the backlog 129 130 void SetBacklog(bool n=true) { fEnableBacklog=n; } 131 bool GetBacklog() const { return fEnableBacklog; } 130 132 }; 131 133
Note:
See TracChangeset
for help on using the changeset viewer.