Changeset 70028 in vbox for trunk/src/VBox/Main/src-server/win
- Timestamp:
- Dec 8, 2017 1:40:09 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/win/svcmain.cpp
r69803 r70028 432 432 if (SUCCEEDED(hrc) && pOtherVirtualBox) 433 433 m_pObj = pOtherVirtualBox; 434 else if (SUCCEEDED(hrc))434 else 435 435 { 436 /* 437 * Create the instance of VirtualBox if it is primary VBoxSvc. 438 * Also do it if the VBoxSDS failed. 439 * In this case the VBoxSVC should work as usual. 440 */ 441 if(FAILED(hrc)) 442 LogRel(("Warning: registration in VBoxSDS failed with error: %Rhra. " 443 "This VBoxSVC instance will continue to work without VBoxSDS support.\n", hrc)); 436 444 ATL::_pAtlModule->Lock(); 437 445 ATL::CComObjectCached<VirtualBox> *p;
Note:
See TracChangeset
for help on using the changeset viewer.