Changeset 80638 in vbox for trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp
- Timestamp:
- Sep 6, 2019 5:06:51 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp
r80637 r80638 1865 1865 } 1866 1866 1867 #ifndef UNIT_TEST 1867 1868 static int svcLoadStateV0(uint32_t u32ClientID, void *pvClient, PSSMHANDLE pSSM, uint32_t uVersion) 1868 1869 { … … 1897 1898 return VINF_SUCCESS; 1898 1899 } 1900 #endif /* UNIT_TEST */ 1899 1901 1900 1902 static DECLCALLBACK(int) svcLoadState(void *, uint32_t u32ClientID, void *pvClient, PSSMHANDLE pSSM, uint32_t uVersion)
Note:
See TracChangeset
for help on using the changeset viewer.