Changeset 71160 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Feb 28, 2018 5:07:35 PM (7 years ago)
- Location:
- trunk/src/VBox/Main/include
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/RpcChannelHook.h
r71159 r71160 5 5 6 6 /* 7 * Copyright (C) 2017-2018 Oracle Corporation8 *9 * This file is part of VirtualBox Open Source Edition (OSE), as10 * available from http://www.virtualbox.org. This file is free software;11 * you can redistribute it and/or modify it under the terms of the GNU12 * General Public License (GPL) as published by the Free Software13 * Foundation, in version 2 as it comes in the "COPYING" file of the14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.16 */7 * Copyright (C) 2017-2018 Oracle Corporation 8 * 9 * This file is part of VirtualBox Open Source Edition (OSE), as 10 * available from http://www.virtualbox.org. This file is free software; 11 * you can redistribute it and/or modify it under the terms of the GNU 12 * General Public License (GPL) as published by the Free Software 13 * Foundation, in version 2 as it comes in the "COPYING" file of the 14 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 15 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 16 */ 17 17 18 18 #ifndef ____H_RPCCHANNELHOOK -
trunk/src/VBox/Main/include/VirtualBoxClientListImpl.h
r71159 r71160 4 4 5 5 /* 6 * Copyright (C) 2017-2018 Oracle Corporation7 *8 * This file is part of VirtualBox Open Source Edition (OSE), as9 * available from http://www.virtualbox.org. This file is free software;10 * you can redistribute it and/or modify it under the terms of the GNU11 * General Public License (GPL) as published by the Free Software12 * Foundation, in version 2 as it comes in the "COPYING" file of the13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind.15 */6 * Copyright (C) 2017-2018 Oracle Corporation 7 * 8 * This file is part of VirtualBox Open Source Edition (OSE), as 9 * available from http://www.virtualbox.org. This file is free software; 10 * you can redistribute it and/or modify it under the terms of the GNU 11 * General Public License (GPL) as published by the Free Software 12 * Foundation, in version 2 as it comes in the "COPYING" file of the 13 * VirtualBox OSE distribution. VirtualBox OSE is distributed in the 14 * hope that it will be useful, but WITHOUT ANY WARRANTY of any kind. 15 */ 16 16 17 17 #ifndef ____H_VIRTUALBOXCLIENTLISTIMPL … … 63 63 HRESULT registerClient(LONG aPid); 64 64 HRESULT getClients(std::vector<LONG> &aEnvironment); 65 65 66 66 // Private members 67 67 // polling of unexpectedly finished api client processes -
trunk/src/VBox/Main/include/VirtualBoxSDSImpl.h
r71159 r71160 4 4 */ 5 5 6 6 /* 7 7 * Copyright (C) 2017-2018 Oracle Corporation 8 8 *
Note:
See TracChangeset
for help on using the changeset viewer.