[Mobies-commit] [commit] r3764 - GReAT/trunk/Tools/UMTInterpreters/UMTDecorator

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Mon Jun 20 11:52:29 CDT 2011


Author: ksmyth
Date: Mon Jun 20 11:52:28 2011
New Revision: 3764

Log:
Add missing COM_MAP entries for IMgaDecoratorCommon and IMgaDecorator

Modified:
   GReAT/trunk/Tools/UMTInterpreters/UMTDecorator/UMLDecoratorImpl.h

Modified: GReAT/trunk/Tools/UMTInterpreters/UMTDecorator/UMLDecoratorImpl.h
==============================================================================
--- GReAT/trunk/Tools/UMTInterpreters/UMTDecorator/UMLDecoratorImpl.h	Mon Jun 20 09:14:03 2011	(r3763)
+++ GReAT/trunk/Tools/UMTInterpreters/UMTDecorator/UMLDecoratorImpl.h	Mon Jun 20 11:52:28 2011	(r3764)
@@ -52,6 +52,8 @@
 
 	BEGIN_COM_MAP( CUMLDecoratorImpl )
 		COM_INTERFACE_ENTRY( IMgaElementDecorator )
+		COM_INTERFACE_ENTRY( IMgaDecoratorCommon )
+		COM_INTERFACE_ENTRY( IMgaDecorator )
 	END_COM_MAP()
 
 public:


More information about the Mobies-commit mailing list