Changeset 37599 in vbox for trunk/src/VBox/Main/src-server/solaris
- Timestamp:
- Jun 22, 2011 9:06:38 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 72445
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/solaris/USBProxyServiceSolaris.cpp
r33540 r37599 68 68 HRESULT USBProxyServiceSolaris::init(void) 69 69 { 70 /*71 * Call the superclass method first.72 */73 HRESULT hrc = USBProxyService::init();74 AssertComRCReturn(hrc, hrc);75 76 70 /* 77 71 * Create semaphore.
Note:
See TracChangeset
for help on using the changeset viewer.