Changeset 11580 for trunk/FACT++/src/LocalControl.h
- Timestamp:
- 07/24/11 22:34:29 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/LocalControl.h
r11479 r11580 154 154 { 155 155 public: 156 LocalStream(const char *name, bool = false)157 : LocalControl<ConsoleStream>(name) { }156 LocalStream(const char *name, bool null = false) 157 : LocalControl<ConsoleStream>(name) { SetNullOutput(null); } 158 158 }; 159 159
Note:
See TracChangeset
for help on using the changeset viewer.