summaryrefslogtreecommitdiff
path: root/src/VBox/Main/include/ParallelPortImpl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/VBox/Main/include/ParallelPortImpl.h')
-rw-r--r--src/VBox/Main/include/ParallelPortImpl.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/VBox/Main/include/ParallelPortImpl.h b/src/VBox/Main/include/ParallelPortImpl.h
index aff35ceef..b9e499c01 100644
--- a/src/VBox/Main/include/ParallelPortImpl.h
+++ b/src/VBox/Main/include/ParallelPortImpl.h
@@ -1,4 +1,4 @@
-/* $Id: ParallelPortImpl.h $ */
+/* $Id: ParallelPortImpl.h 35638 2011-01-19 19:10:49Z vboxsync $ */
/** @file
* VirtualBox COM class implementation.
@@ -38,9 +38,7 @@ public:
DECLARE_PROTECT_FINAL_CONSTRUCT()
BEGIN_COM_MAP(ParallelPort)
- COM_INTERFACE_ENTRY (ISupportErrorInfo)
- COM_INTERFACE_ENTRY (IParallelPort)
- COM_INTERFACE_ENTRY2 (IDispatch, IParallelPort)
+ VBOX_DEFAULT_INTERFACE_ENTRIES (IParallelPort)
END_COM_MAP()
ParallelPort() {}