Changeset 75773 in vbox for trunk/src/VBox/HostServices/SharedFolders
- Timestamp:
- Nov 27, 2018 2:14:41 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126975
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedFolders/service.cpp
r75506 r75773 154 154 } 155 155 156 static DECLCALLBACK(int) svcConnect (void *, uint32_t u32ClientID, void *pvClient )156 static DECLCALLBACK(int) svcConnect (void *, uint32_t u32ClientID, void *pvClient, uint32_t fRequestor, bool fRestoring) 157 157 { 158 RT_NOREF 2(u32ClientID, pvClient);158 RT_NOREF(u32ClientID, pvClient, fRequestor, fRestoring); 159 159 int rc = VINF_SUCCESS; 160 160
Note:
See TracChangeset
for help on using the changeset viewer.