Changeset 35060 in vbox for trunk/src/VBox/Additions/common/VBoxService/VBoxServiceAutoMount.cpp
- Timestamp:
- Dec 14, 2010 10:26:12 AM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68891
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.