Changeset 80640 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Sep 6, 2019 5:52:13 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp
r80638 r80640 1772 1772 } 1773 1773 1774 #ifndef UNIT_TEST 1774 1775 /** 1775 1776 * SSM descriptor table for the VBOXCLIPBOARDCLIENTSTATE structure. … … 1811 1812 SSMFIELD_ENTRY_TERM() 1812 1813 }; 1814 #endif /* !UNIT_TEST */ 1813 1815 1814 1816 static DECLCALLBACK(int) svcSaveState(void *, uint32_t u32ClientID, void *pvClient, PSSMHANDLE pSSM)
Note:
See TracChangeset
for help on using the changeset viewer.