diff options
Diffstat (limited to 'src/VBox/Main/include/RemoteUSBDeviceImpl.h')
-rw-r--r-- | src/VBox/Main/include/RemoteUSBDeviceImpl.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/VBox/Main/include/RemoteUSBDeviceImpl.h b/src/VBox/Main/include/RemoteUSBDeviceImpl.h index d25668190..5ac7e40a6 100644 --- a/src/VBox/Main/include/RemoteUSBDeviceImpl.h +++ b/src/VBox/Main/include/RemoteUSBDeviceImpl.h @@ -1,4 +1,4 @@ -/* $Id: RemoteUSBDeviceImpl.h $ */ +/* $Id: RemoteUSBDeviceImpl.h 35638 2011-01-19 19:10:49Z vboxsync $ */ /** @file * @@ -39,10 +39,8 @@ public: DECLARE_PROTECT_FINAL_CONSTRUCT() BEGIN_COM_MAP (RemoteUSBDevice) - COM_INTERFACE_ENTRY (ISupportErrorInfo) COM_INTERFACE_ENTRY (IHostUSBDevice) - COM_INTERFACE_ENTRY (IUSBDevice) - COM_INTERFACE_ENTRY2 (IDispatch, IUSBDevice) + VBOX_DEFAULT_INTERFACE_ENTRIES (IUSBDevice) END_COM_MAP() DECLARE_EMPTY_CTOR_DTOR (RemoteUSBDevice) |