Changeset 33004 in vbox for trunk/src/VBox/Main/include/RemoteUSBDeviceImpl.h
- Timestamp:
- Oct 8, 2010 10:23:59 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/RemoteUSBDeviceImpl.h
r30739 r33004 24 24 #include "VirtualBoxBase.h" 25 25 26 struct _VRD PUSBDEVICEDESC;27 typedef _VRD PUSBDEVICEDESC VRDPUSBDEVICEDESC;26 struct _VRDEUSBDEVICEDESC; 27 typedef _VRDEUSBDEVICEDESC VRDEUSBDEVICEDESC; 28 28 29 29 class ATL_NO_VTABLE RemoteUSBDevice : … … 52 52 53 53 // public initializer/uninitializer for internal purposes only 54 HRESULT init(uint32_t u32ClientId, VRD PUSBDEVICEDESC *pDevDesc);54 HRESULT init(uint32_t u32ClientId, VRDEUSBDEVICEDESC *pDevDesc); 55 55 void uninit(); 56 56
Note:
See TracChangeset
for help on using the changeset viewer.