Changeset 32299 in vbox for trunk/src/VBox/Main/include/USBProxyService.h
- Timestamp:
- Sep 7, 2010 9:25:05 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 65634
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/USBProxyService.h
r31892 r32299 219 219 virtual int interruptWait(void); 220 220 virtual PUSBDEVICE getDevices(void); 221 PUSBDEVICE getDevicesFromUsbfs(void);222 PUSBDEVICE getDevicesFromSysfs(void);223 int addDeviceToChain(PUSBDEVICE pDev, PUSBDEVICE *ppFirst, PUSBDEVICE **pppNext, int rc);224 221 virtual void deviceAdded(ComObjPtr<HostUSBDevice> &aDevice, SessionMachinesList &llOpenedMachines, PUSBDEVICE aUSBDevice); 225 222 virtual bool updateDeviceState(HostUSBDevice *aDevice, PUSBDEVICE aUSBDevice, bool *aRunFilters, SessionMachine **aIgnoreMachine); … … 245 242 unsigned mUdevPolls; 246 243 # ifdef VBOX_USB_WITH_SYSFS 247 /** Object used for querying device information from hal. */248 VBoxMainUSBDeviceInfo mDeviceList;249 244 /** Object used for polling for hotplug events from hal. */ 250 245 VBoxMainHotplugWaiter mWaiter;
Note:
See TracChangeset
for help on using the changeset viewer.