Changeset 62470 in vbox for trunk/src/VBox/Additions/common
- Timestamp:
- Jul 22, 2016 6:02:56 PM (9 years ago)
- Location:
- trunk/src/VBox/Additions/common
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibDragAndDrop.cpp
r60979 r62470 52 52 #include "VBGLR3Internal.h" 53 53 54 54 55 /********************************************************************************************************************************* 55 * Forward declarations*56 * Forward declarations * 56 57 *********************************************************************************************************************************/ 57 58 58 59 VBGLR3DECL(int) VbglR3DnDHGSendProgress(PVBGLR3GUESTDNDCMDCTX pCtx, uint32_t uStatus, uint8_t uPercent, int rcErr); 59 60 61 60 62 /********************************************************************************************************************************* 61 * Private internal functions*63 * Private internal functions * 62 64 *********************************************************************************************************************************/ 63 65 -
trunk/src/VBox/Additions/common/VBoxGuestLib/VBoxGuestR3LibHGCM.cpp
r59012 r62470 25 25 * terms and conditions of either the GPL or the CDDL or both. 26 26 */ 27 27 28 28 29 /********************************************************************************************************************************* -
trunk/src/VBox/Additions/common/VBoxService/VBoxService.cpp
r60622 r62470 48 48 * stupid. That will hopefully be cleaned up eventually. 49 49 */ 50 50 51 51 52 /********************************************************************************************************************************* -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceCpuHotPlug.cpp
r60374 r62470 27 27 * Currently only supported for linux guests. 28 28 */ 29 29 30 30 31 /********************************************************************************************************************************* -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceStats.cpp
r62097 r62470 24 24 * gets registered by Machine::i_registerMetrics in Main. 25 25 */ 26 26 27 27 28 /********************************************************************************************************************************* -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceToolBox.cpp
r61093 r62470 49 49 50 50 using namespace guestControl; 51 51 52 52 53 /*********************************************************************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.