Index: /trunk/src/VBox/Main/include/ConsoleImpl.h
===================================================================
--- /trunk/src/VBox/Main/include/ConsoleImpl.h	(revision 30831)
+++ /trunk/src/VBox/Main/include/ConsoleImpl.h	(revision 30832)
@@ -99,5 +99,4 @@
         COM_INTERFACE_ENTRY(IConsole)
         COM_INTERFACE_ENTRY(IDispatch)
-        COM_INTERFACE_ENTRY(IConnectionPointContainer)
     END_COM_MAP()
 
Index: /trunk/src/VBox/Main/include/VirtualBoxImpl.h
===================================================================
--- /trunk/src/VBox/Main/include/VirtualBoxImpl.h	(revision 30831)
+++ /trunk/src/VBox/Main/include/VirtualBoxImpl.h	(revision 30832)
@@ -84,5 +84,4 @@
         COM_INTERFACE_ENTRY(ISupportErrorInfo)
         COM_INTERFACE_ENTRY(IVirtualBox)
-        COM_INTERFACE_ENTRY(IConnectionPointContainer)
     END_COM_MAP()
 
Index: /trunk/src/VBox/Main/win/dllmain.cpp
===================================================================
--- /trunk/src/VBox/Main/win/dllmain.cpp	(revision 30831)
+++ /trunk/src/VBox/Main/win/dllmain.cpp	(revision 30832)
@@ -20,5 +20,4 @@
 
 #include <SessionImpl.h>
-#include <VirtualBoxCallbackImpl.h>
 
 #include <atlbase.h>
@@ -31,5 +30,4 @@
 BEGIN_OBJECT_MAP(ObjectMap)
     OBJECT_ENTRY(CLSID_Session, Session)
-    OBJECT_ENTRY(CLSID_CallbackWrapper, CallbackWrapper)
 END_OBJECT_MAP()
 
