Changeset 69248 in vbox for trunk/src/VBox/HostServices
- Timestamp:
- Oct 24, 2017 6:59:54 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 118563
- Location:
- trunk/src/VBox/HostServices
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostServices/SharedClipboard/x11-stub.cpp
r65123 r69248 73 73 /** 74 74 * Shut down the shared clipboard subsystem and "disconnect" the guest. 75 * 75 * 76 76 * @param pClient Structure containing context information about the guest system 77 77 */ -
trunk/src/VBox/HostServices/SharedFolders/vbsf.cpp
r66520 r69248 1094 1094 else 1095 1095 { 1096 /** @todo :What writing zero bytes should do? */1096 /** @todo What writing zero bytes should do? */ 1097 1097 rc = VINF_SUCCESS; 1098 1098 }
Note:
See TracChangeset
for help on using the changeset viewer.