Changeset 16261 in vbox
- Timestamp:
- Jan 27, 2009 10:48:33 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/HostImpl.cpp
r16258 r16261 2306 2306 /** 2307 2307 * Checks for the presense and status of the USB Proxy Service. 2308 * Returns S_OK when the Proxy is present and OK, or E_FAIL and a 2309 * corresponding error message otherwise. Intended to be used by methods 2310 * that rely on the Proxy Service availability. 2308 * Returns S_OK when the Proxy is present and OK, VBOX_E_HOST_ERROR (as a 2309 * warning) if the proxy service is not available due to the way the host is 2310 * configured (at present, that means that usbfs and hal/DBus are not 2311 * available on a Linux host) or E_FAIL and a corresponding error message 2312 * otherwise. Intended to be used by methods that rely on the Proxy Service 2313 * availability. 2311 2314 * 2312 2315 * @note This method may return a warning result code. It is recommended to use
Note:
See TracChangeset
for help on using the changeset viewer.