Changeset 372 for cpp/frams/_demos/genoconv_test.cpp
- Timestamp:
- 04/22/15 04:14:59 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/_demos/genoconv_test.cpp
r348 r372 9 9 10 10 #include "printconvmap.h" 11 #include <frams/ errmgr/stdouterr.h>11 #include <frams/mhandlers/stdouthandler.h> 12 12 13 13 /** … … 117 117 int main(int argc,char *argv[]) 118 118 { 119 StdoutErrorHandler err;//the default ErrorHandler constructor automatically registers this object to receive framsg messages (and in this case, redirect them to standard output) 119 MessageHandlerToStdout messages_to_stdout(MessageHandlerBase::Enable); 120 120 121 121 DefaultGenoConvManager gcm;
Note: See TracChangeset
for help on using the changeset viewer.