VirtualBox

Changeset 3544 in vbox for trunk/src


Ignore:
Timestamp:
Jul 11, 2007 9:41:18 AM (18 years ago)
Author:
vboxsync
Message:

Main: Fixed compiler warnings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/USBProxyService.cpp

    r3392 r3544  
    524524
    525525
    526 int USBProxyService::captureDevice (HostUSBDevice */*aDevice*/)
     526int USBProxyService::captureDevice (HostUSBDevice * /* aDevice */)
    527527{
    528528    return VERR_NOT_IMPLEMENTED;
     
    530530
    531531
    532 int USBProxyService::holdDevice (HostUSBDevice */*aDevice*/)
     532int USBProxyService::holdDevice (HostUSBDevice * /* aDevice */)
    533533{
    534534    return VERR_NOT_IMPLEMENTED;
     
    536536
    537537
    538 int USBProxyService::releaseDevice (HostUSBDevice */*aDevice*/)
     538int USBProxyService::releaseDevice (HostUSBDevice * /* aDevice */)
    539539{
    540540    return VERR_NOT_IMPLEMENTED;
     
    542542
    543543
    544 int USBProxyService::resetDevice (HostUSBDevice */*aDevice*/)
     544int USBProxyService::resetDevice (HostUSBDevice * /* aDevice */)
    545545{
    546546    return VERR_NOT_IMPLEMENTED;
     
    557557
    558558
    559 void USBProxyService::deviceAdded (HostUSBDevice */*aDevice*/, PUSBDEVICE /*aUSBDevice*/)
    560 {
    561 }
    562 
    563 
    564 void USBProxyService::deviceRemoved (HostUSBDevice */*aDevice*/)
    565 {
    566 }
    567 
     559void USBProxyService::deviceAdded (HostUSBDevice * /* aDevice */, PUSBDEVICE /* aUSBDevice */)
     560{
     561}
     562
     563
     564void USBProxyService::deviceRemoved (HostUSBDevice * /* aDevice */)
     565{
     566}
     567
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette