- Timestamp:
- Jul 11, 2007 9:41:18 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/USBProxyService.cpp
r3392 r3544 524 524 525 525 526 int USBProxyService::captureDevice (HostUSBDevice * /*aDevice*/)526 int USBProxyService::captureDevice (HostUSBDevice * /* aDevice */) 527 527 { 528 528 return VERR_NOT_IMPLEMENTED; … … 530 530 531 531 532 int USBProxyService::holdDevice (HostUSBDevice * /*aDevice*/)532 int USBProxyService::holdDevice (HostUSBDevice * /* aDevice */) 533 533 { 534 534 return VERR_NOT_IMPLEMENTED; … … 536 536 537 537 538 int USBProxyService::releaseDevice (HostUSBDevice * /*aDevice*/)538 int USBProxyService::releaseDevice (HostUSBDevice * /* aDevice */) 539 539 { 540 540 return VERR_NOT_IMPLEMENTED; … … 542 542 543 543 544 int USBProxyService::resetDevice (HostUSBDevice * /*aDevice*/)544 int USBProxyService::resetDevice (HostUSBDevice * /* aDevice */) 545 545 { 546 546 return VERR_NOT_IMPLEMENTED; … … 557 557 558 558 559 void USBProxyService::deviceAdded (HostUSBDevice * /*aDevice*/, PUSBDEVICE /*aUSBDevice*/)560 { 561 } 562 563 564 void USBProxyService::deviceRemoved (HostUSBDevice * /*aDevice*/)565 { 566 } 567 559 void USBProxyService::deviceAdded (HostUSBDevice * /* aDevice */, PUSBDEVICE /* aUSBDevice */) 560 { 561 } 562 563 564 void USBProxyService::deviceRemoved (HostUSBDevice * /* aDevice */) 565 { 566 } 567
Note:
See TracChangeset
for help on using the changeset viewer.