Changeset 6331
- Timestamp:
- 02/01/08 17:13:07 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
components/AutomaticGainControl/branches/AutomaticGainControl-0.6.2/src/main.cpp
r6329 r6331 33 33 int main(int argc, char* argv[]) 34 34 { 35 ossieDebugLevel = 5;35 ossieDebugLevel = 1; 36 36 ossieSupport::ORB *orb = new ossieSupport::ORB; 37 37 omni_mutex component_running_mutex;