Changeset 5528 in vbox for trunk/src/VBox/Main/include/RemoteUSBDeviceImpl.h
- Timestamp:
- Oct 26, 2007 6:28:10 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/RemoteUSBDeviceImpl.h
r4071 r5528 63 63 STDMETHOD(COMGETTER(Address)) (BSTR *aAddress); 64 64 STDMETHOD(COMGETTER(Port)) (USHORT *aPort); 65 STDMETHOD(COMGETTER(Version)) (USHORT *aVersion); 66 STDMETHOD(COMGETTER(PortVersion)) (USHORT *aPortVersion); 65 67 STDMETHOD(COMGETTER(Remote)) (BOOL *aRemote); 66 68 … … 108 110 109 111 uint16_t mPort; 112 uint16_t mVersion; 113 uint16_t mPortVersion; 110 114 111 115 USBDeviceState_T mState;
Note:
See TracChangeset
for help on using the changeset viewer.