View | Details | Raw Unified | Return to bug 212845 | Differences between
and this patch

Collapse All | Expand All

(-)src/VBox/Main/include/USBProxyBackend.h (-4 / +1 lines)
Lines 359-371 public: Link Here
359
    virtual int releaseDevice(HostUSBDevice *aDevice);
359
    virtual int releaseDevice(HostUSBDevice *aDevice);
360
360
361
protected:
361
protected:
362
    int initUsbfs(void);
363
    int initSysfs(void);
364
    virtual int wait(RTMSINTERVAL aMillies);
362
    virtual int wait(RTMSINTERVAL aMillies);
365
    virtual int interruptWait(void);
363
    virtual int interruptWait(void);
366
    virtual PUSBDEVICE getDevices(void);
364
    virtual PUSBDEVICE getDevices(void);
367
    int addDeviceToChain(PUSBDEVICE pDev, PUSBDEVICE *ppFirst, PUSBDEVICE **pppNext, int rc);
365
    virtual bool isFakeUpdateRequired();
368
    virtual void deviceAdded(ComObjPtr<HostUSBDevice> &aDevice, SessionMachinesList &llOpenedMachines, PUSBDEVICE aUSBDevice);
369
366
370
private:
367
private:
371
    RTSEMEVENT mNotifyEventSem;
368
    RTSEMEVENT mNotifyEventSem;

Return to bug 212845