Changeset 79502 in vbox for trunk/src/VBox/HostServices/SharedClipboard
- Timestamp:
- Jul 3, 2019 1:53:26 PM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 131768
- Location:
- trunk/src/VBox/HostServices/SharedClipboard
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/VBoxSharedClipboardSvc.cpp
r79501 r79502 673 673 static DECLCALLBACK(int) svcDisconnect(void *, uint32_t u32ClientID, void *pvClient) 674 674 { 675 RT_NOREF(u32ClientID );675 RT_NOREF(u32ClientID, pvClient); 676 676 677 677 LogFunc(("u32ClientID=%RU32\n", u32ClientID)); -
trunk/src/VBox/HostServices/SharedClipboard/testcase/Makefile.kmk
r76970 r79502 27 27 tstClipboardServiceHost_SOURCES = \ 28 28 ../VBoxSharedClipboardSvc.cpp \ 29 $(PATH_ROOT)/src/VBox/HostServices/common/message.cpp \ 29 30 tstClipboardServiceHost.cpp 30 31
Note:
See TracChangeset
for help on using the changeset viewer.