Changeset 53 for trunk/freebob
- Timestamp:
- 01/23/05 07:27:25 (19 years ago)
- Files:
-
- trunk/freebob/src/main.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/freebob/src/main.cpp
r48 r53 23 23 24 24 #include <config.h> 25 #include "debugmodule.h" 25 26 #include "streamprocess.h" 27 28 DECLARE_GLOBAL_DEBUG_MODULE; 26 29 27 30 const char *argp_program_version = PACKAGE_STRING; … … 102 105 } 103 106 107 setGlobalDebugLevel( DEBUG_LEVEL_ALL ); 108 104 109 StreamProcess* pStreamProcess = new StreamProcess(); 105 110 pStreamProcess->run( timeToListen );