Changeset 35060 in vbox
- Timestamp:
- Dec 14, 2010 10:26:12 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68891
- Location:
- trunk/src/VBox/Additions/common/VBoxService
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp
r35058 r35060 66 66 /** The semaphore we're blocking on. */ 67 67 static RTSEMEVENTMULTI g_AutoMountEvent = NIL_RTSEMEVENTMULTI; 68 /** The guest propertyservice client ID. */68 /** The Shared Folders service client ID. */ 69 69 static uint32_t g_SharedFoldersSvcClientID = 0; 70 70 -
trunk/src/VBox/Additions/common/VBoxService/VBoxServiceControl.cpp
r34867 r35060 40 40 /** The semaphore we're blocking on. */ 41 41 static RTSEMEVENTMULTI g_hControlEvent = NIL_RTSEMEVENTMULTI; 42 /** The guest propertyservice client ID. */42 /** The Guest Control service client ID. */ 43 43 static uint32_t g_GuestControlSvcClientID = 0; 44 44 /** List of spawned processes */
Note:
See TracChangeset
for help on using the changeset viewer.