Changeset 71144 in vbox for trunk/src/VBox/Main
- Timestamp:
- Feb 27, 2018 10:45:00 PM (7 years ago)
- Location:
- trunk/src/VBox/Main
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/Makefile.kmk
r71139 r71144 1203 1203 VBoxProxyStub_DEFPATH = $(VBoxCOM_0_OUTDIR)/# Hack to workaround drive letter in $(VBoxCOM_0_OUTDIR)/ for CFLAGS hack below. 1204 1204 VBoxProxyStub_INCS = $(VBoxCOM_0_OUTDIR)/ \ 1205 $(VBOX_PATH_MAIN_SRC)/include/ 1205 $(VBOX_PATH_MAIN_SRC)/include/ 1206 1206 VBoxProxyStub_SOURCES := \ 1207 1207 VirtualBox_p.c \ … … 1219 1219 VBoxProxyStubLegacy_DEFS = $(VBoxProxyStub_DEFS) VBOX_IN_PROXY_STUB_LEGACY 1220 1220 VBoxProxyStubLegacy_INCS = $(VBoxCOM_0_OUTDIR)/legacy/ \ 1221 $(VBOX_PATH_MAIN_SRC)/include/ 1221 $(VBOX_PATH_MAIN_SRC)/include/ 1222 1222 VBoxProxyStubLegacy_SOURCES = \ 1223 1223 $(VBoxCOM_0_OUTDIR)/legacy/VirtualBox_p.c \ … … 1235 1235 VBoxProxyStub-x86_DEFS = $(VBoxProxyStub_DEFS) VBOX_PROXY_STUB_32_ON_64 WIN32 1236 1236 VBoxProxyStub-x86_INCS = $(VBoxCOM-x86_0_OUTDIR)/ \ 1237 $(VBOX_PATH_MAIN_SRC)/include/ 1237 $(VBOX_PATH_MAIN_SRC)/include/ 1238 1238 VBoxProxyStub-x86_SOURCES = \ 1239 1239 $(VBoxCOM-x86_0_OUTDIR)/VirtualBox_p.c \ -
trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h
r71139 r71144 4 4 */ 5 5 6 /* 7 * Copyright (C) 2015-2017 Oracle Corporation 6 /* 7 * Copyright(C) 2017 - 2018 Oracle Corporation 8 * 9 * Oracle Corporation confidential 10 * All rights reserved 8 11 * 9 12 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c
r71142 r71144 7 7 */ 8 8 9 /* 10 * Copyright (C) 2006-2018 Oracle Corporation 9 /* 10 * Copyright(C) 2006 - 2018 Oracle Corporation 11 * 12 * Oracle Corporation confidential 13 * All rights reserved 11 14 * 12 15 * This file is part of VirtualBox Open Source Edition (OSE), as … … 2604 2607 return VINF_SUCCESS; 2605 2608 } 2606 -
trunk/src/VBox/Main/src-global/VirtualBoxSDSImpl.cpp
r71142 r71144 5 5 6 6 /* 7 * Copyright (C) 2015-2018 Oracle Corporation 7 * Copyright(C) 2017 - 2018 Oracle Corporation 8 * 9 * Oracle Corporation confidential 10 * All rights reserved 8 11 * 9 12 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Main/src-global/win/VBoxSDS.cpp
r71142 r71144 4 4 */ 5 5 6 /* 7 * Copyright (C) 2015-2018 Oracle Corporation 6 /* 7 * Copyright(C) 2017 - 2018 Oracle Corporation 8 * 9 * Oracle Corporation confidential 10 * All rights reserved 8 11 * 9 12 * This file is part of VirtualBox Open Source Edition (OSE), as -
trunk/src/VBox/Main/src-server/win/svcmain.cpp
r71143 r71144 158 158 { 159 159 ComPtr<IVirtualBoxClientList> ptrClientList; 160 /* 160 /** 161 161 * Connect to VBoxSDS. 162 * here we close all API client processes: our own and customers 162 163 */ 163 // TODO: here we close all API client processes: our own and customers164 164 LogRelFunc(("Forcibly close API clients during system shutdown on Windows 7:\n")); 165 165 HRESULT hrc = CoCreateInstance(CLSID_VirtualBoxClientList, NULL, CLSCTX_LOCAL_SERVER, IID_IVirtualBoxClientList,
Note:
See TracChangeset
for help on using the changeset viewer.