Changeset 2435
- Timestamp:
- 12/20/06 17:42:38 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
platform/nodebooter/trunk/nodebooter/nodebooter.cpp
r2079 r2435 30 30 #endif 31 31 32 #include <ossie/debug.h> 32 33 #include <ossie/cf.h> 33 34 #include <ossie/DomainManager_impl.h> … … 68 69 69 70 { 71 // Set debug verbosity 0 - no debug messages 3 for typical noisy level 72 ossieDebugLevel = 3; 73 70 74 DomainManager_impl *DomainManager_servant = NULL; 71 75 DeviceManager_impl *DeviceManager_servant = NULL;