[commit] r1373 - in trunk/GME: Annotator MgaDecorators

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Jun 21 12:11:09 CDT 2011


Author: ksmyth
Date: Tue Jun 21 12:11:09 2011
New Revision: 1373

Log:
Add missing COM_MAP entries for IMgaDecoratorCommon and IMgaDecorator

Modified:
   trunk/GME/Annotator/AnnotatorDecoratorImpl.h
   trunk/GME/MgaDecorators/BoxDecoratorImpl.h

Modified: trunk/GME/Annotator/AnnotatorDecoratorImpl.h
==============================================================================
--- trunk/GME/Annotator/AnnotatorDecoratorImpl.h	Tue Jun 21 10:52:40 2011	(r1372)
+++ trunk/GME/Annotator/AnnotatorDecoratorImpl.h	Tue Jun 21 12:11:09 2011	(r1373)
@@ -46,6 +46,8 @@
 
 	BEGIN_COM_MAP( CAnnotatorDecoratorImpl )
 		COM_INTERFACE_ENTRY( IMgaElementDecorator )
+		COM_INTERFACE_ENTRY( IMgaDecoratorCommon )
+		COM_INTERFACE_ENTRY( IMgaDecorator )
 	END_COM_MAP()
 
 public:

Modified: trunk/GME/MgaDecorators/BoxDecoratorImpl.h
==============================================================================
--- trunk/GME/MgaDecorators/BoxDecoratorImpl.h	Tue Jun 21 10:52:40 2011	(r1372)
+++ trunk/GME/MgaDecorators/BoxDecoratorImpl.h	Tue Jun 21 12:11:09 2011	(r1373)
@@ -41,6 +41,8 @@
 
 	BEGIN_COM_MAP( CBoxDecoratorImpl )
 		COM_INTERFACE_ENTRY( IMgaElementDecorator )
+		COM_INTERFACE_ENTRY( IMgaDecoratorCommon )
+		COM_INTERFACE_ENTRY( IMgaDecorator )
 	END_COM_MAP()
 
 public:


More information about the gme-commit mailing list