Changeset 80664 in vbox for trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp
- Timestamp:
- Sep 9, 2019 10:00:04 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp
r80662 r80664 181 181 * @returns VBox status code 182 182 */ 183 int VBoxClipboardSvcImplConnect(void)183 int SharedClipboardSvcImplConnect(void) 184 184 { 185 185 int rc = VINF_SUCCESS; … … 294 294 if (RT_FAILURE(rc)) 295 295 VBClFatalError(("Failed to connect to the VirtualBox kernel service, rc=%Rrc\n", rc)); 296 rc = VBoxClipboardSvcImplConnect();296 rc = SharedClipboardSvcImplConnect(); 297 297 /* Not RT_SUCCESS: VINF_PERMISSION_DENIED is host service not present. */ 298 298 if (rc == VINF_SUCCESS)
Note:
See TracChangeset
for help on using the changeset viewer.