- Define ACE_HAS_WINSOCK2 for Windows. - Some sleep was added in RtcManager::runManager() main loop. The ORB's "perform_work" main loop needs a few us sleep. - RtcManager's activation method was changed from "this->_this()" to "m_pPOA->activate_object(this)". Implicit object activation by using _this() is not recommended.
- Define ACE_HAS_WINSOCK2 for Windows.
- Some sleep was added in RtcManager::runManager() main loop.
The ORB's "perform_work" main loop needs a few us sleep.
- RtcManager's activation method was changed from "this->_this()" to
"m_pPOA->activate_object(this)".
Implicit object activation by using _this() is not recommended.