summaryrefslogtreecommitdiff
path: root/src/VBox/Main/include/USBDeviceImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Main/include/USBDeviceImpl.h')
-rw-r--r--src/VBox/Main/include/USBDeviceImpl.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/VBox/Main/include/USBDeviceImpl.h b/src/VBox/Main/include/USBDeviceImpl.h
index d816f34ac..3d66a60c8 100644
--- a/src/VBox/Main/include/USBDeviceImpl.h
+++ b/src/VBox/Main/include/USBDeviceImpl.h
@@ -1,4 +1,4 @@
-/* $Id: USBDeviceImpl.h $ */
+/* $Id: USBDeviceImpl.h 35638 2011-01-19 19:10:49Z vboxsync $ */
/** @file
* Header file for the OUSBDevice (IUSBDevice) class, VBoxC.
@@ -38,9 +38,7 @@ public:
DECLARE_PROTECT_FINAL_CONSTRUCT()
BEGIN_COM_MAP(OUSBDevice)
- COM_INTERFACE_ENTRY (ISupportErrorInfo)
- COM_INTERFACE_ENTRY (IUSBDevice)
- COM_INTERFACE_ENTRY2 (IDispatch, IUSBDevice)
+ VBOX_DEFAULT_INTERFACE_ENTRIES (IUSBDevice)
END_COM_MAP()
DECLARE_EMPTY_CTOR_DTOR (OUSBDevice)