create a more generic class for monitoring to any ostream (useful for output to clog or cerr, for example), the stdout monitor now inherits from it

This commit is contained in:
Johann Dreo 2010-10-26 10:51:48 +02:00
commit 4a90420dd3
5 changed files with 98 additions and 33 deletions

View file

@ -22,7 +22,7 @@ SET (EOUTILS_SOURCES eoData.cpp
eoRealBounds.cpp
eoRNG.cpp
eoState.cpp
eoStdoutMonitor.cpp
eoOStreamMonitor.cpp
eoUpdater.cpp
make_help.cpp
pipecom.cpp