VirtualBox

Changeset 28882 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Apr 28, 2010 11:17:52 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
60817
Message:

Main/HostHardwareLinux: use inotify instead of FAM for USB hotplug probing, and disable the hal/dbus method for now to get testing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/HostHardwareLinux.h

    r28800 r28882  
    176176{
    177177public:
    178     VBoxMainHotplugWaiterImpl (void) {}
    179     virtual ~VBoxMainHotplugWaiterImpl (void) {}
     178    VBoxMainHotplugWaiterImpl(void) {}
     179    virtual ~VBoxMainHotplugWaiterImpl(void) {}
    180180    /** @copydoc VBoxMainHotplugWaiter::Wait */
    181     virtual int Wait (RTMSINTERVAL cMillies) = 0;
     181    virtual int Wait(RTMSINTERVAL cMillies) = 0;
    182182    /** @copydoc VBoxMainHotplugWaiter::Interrupt */
    183     virtual void Interrupt (void) = 0;
     183    virtual void Interrupt(void) = 0;
     184    /** @copydoc VBoxMainHotplugWaiter::getStatus */
     185    virtual int getStatus(void) = 0;
    184186};
    185187
     
    225227        mImpl->Interrupt();
    226228    }
     229
     230    int getStatus(void)
     231    {
     232        return mImpl ? mImpl->getStatus() : VERR_NO_MEMORY;
     233    }
    227234};
    228235
Note: See TracChangeset for help on using the changeset viewer.

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