Changeset 70030 in vbox for trunk/src/VBox/Main/src-server/win
- Timestamp:
- Dec 8, 2017 2:09:19 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/win/svcmain.cpp
r70028 r70030 432 432 if (SUCCEEDED(hrc) && pOtherVirtualBox) 433 433 m_pObj = pOtherVirtualBox; 434 else 434 else if (SUCCEEDED(hrc)) 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));444 436 ATL::_pAtlModule->Lock(); 445 437 ATL::CComObjectCached<VirtualBox> *p;
Note:
See TracChangeset
for help on using the changeset viewer.