Changeset 20636
- Timestamp:
- 08/08/07 10:15:26 (1 year ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.2/modules/tweek/tweek/CORBA/CorbaManager.cpp
r20635 r20636 472 472 void CorbaManager::run() 473 473 { 474 vprDEBUG(tweekDBG_CORBA, vprDBG_STATE_LVL) << "Server is running!\n" 475 << vprDEBUG_FLUSH; 476 474 // NOTE: Do not put uses of vprDEBUG here. It can cause crashes on exit 475 // as singletons are destroyed. 477 476 PortableServer::POAManager_var pman = mChildPOA->the_POAManager(); 478 477 … … 480 479 mORB->run(); 481 480 // mORB->destroy(); 482 483 vprDEBUG(tweekDBG_CORBA, vprDBG_CRITICAL_LVL) << "Server has shut down\n"484 << vprDEBUG_FLUSH;485 481 } 486 482
