Changeset 57372 in vbox for trunk/src/VBox/HostServices/DragAndDrop
- Timestamp:
- Aug 14, 2015 10:01:25 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 102135
- Location:
- trunk/src/VBox/HostServices/DragAndDrop
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/DragAndDrop/dndmanager.cpp
r57286 r57372 16 16 */ 17 17 18 /****************************************************************************** 19 * Header Files * 20 ******************************************************************************/ 18 19 /********************************************************************************************************************************* 20 * Header Files * 21 *********************************************************************************************************************************/ 21 22 22 23 #ifdef LOG_GROUP … … 33 34 #include <iprt/uri.h> 34 35 35 /****************************************************************************** 36 * DnDManager * 37 ******************************************************************************/ 36 37 /********************************************************************************************************************************* 38 * DnDManager * 39 *********************************************************************************************************************************/ 38 40 39 41 int DnDManager::addMessage(uint32_t uMsg, uint32_t cParms, VBOXHGCMSVCPARM paParms[], bool fAppend /* = true */) -
trunk/src/VBox/HostServices/DragAndDrop/service.cpp
r57286 r57372 52 52 */ 53 53 54 /****************************************************************************** 55 * Header Files * 56 ******************************************************************************/ 54 55 /********************************************************************************************************************************* 56 * Header Files * 57 *********************************************************************************************************************************/ 57 58 #ifdef LOG_GROUP 58 59 #undef LOG_GROUP … … 64 65 #include "dndmanager.h" 65 66 66 /****************************************************************************** 67 * Service class declaration * 68 ******************************************************************************/ 67 68 /********************************************************************************************************************************* 69 * Service class declaration * 70 *********************************************************************************************************************************/ 69 71 70 72 /** Map holding pointers to HGCM clients. Key is the (unique) HGCM client ID. */ … … 109 111 }; 110 112 111 /****************************************************************************** 112 * Service class implementation * 113 ******************************************************************************/ 113 114 /********************************************************************************************************************************* 115 * Service class implementation * 116 *********************************************************************************************************************************/ 114 117 115 118 int DragAndDropService::init(VBOXHGCMSVCFNTABLE *pTable)
Note:
See TracChangeset
for help on using the changeset viewer.