[Mobies-commit] [commit] r3876 - in UDM/trunk/src: UIntWiz/res/UdmInterpreter/Component UIntWizVS/Templates/1033 UML GME/ExprChecker

ksmyth at redhat1.isis.vanderbilt.edu ksmyth at redhat1.isis.vanderbilt.edu
Wed Sep 7 10:40:03 CDT 2011


Author: ksmyth
Date: Wed Sep  7 10:40:02 2011
New Revision: 3876

Log:
Compat with latest GME SDK

Modified:
   UDM/trunk/src/UIntWiz/res/UdmInterpreter/Component/RawComponent.h
   UDM/trunk/src/UIntWizVS/Templates/1033/RawComponent.h
   UDM/trunk/src/UML GME/ExprChecker/RawComponent.h

Modified: UDM/trunk/src/UIntWiz/res/UdmInterpreter/Component/RawComponent.h
==============================================================================
--- UDM/trunk/src/UIntWiz/res/UdmInterpreter/Component/RawComponent.h	Wed Sep  7 10:39:58 2011	(r3875)
+++ UDM/trunk/src/UIntWiz/res/UdmInterpreter/Component/RawComponent.h	Wed Sep  7 10:40:02 2011	(r3876)
@@ -1,6 +1,8 @@
 #ifndef RAWCOMPONENT_H
 #define RAWCOMPONENT_H
 
+#include "Mga.h"
+
 
 // Declaration of the main RAW COM component interface class
 

Modified: UDM/trunk/src/UIntWizVS/Templates/1033/RawComponent.h
==============================================================================
--- UDM/trunk/src/UIntWizVS/Templates/1033/RawComponent.h	Wed Sep  7 10:39:58 2011	(r3875)
+++ UDM/trunk/src/UIntWizVS/Templates/1033/RawComponent.h	Wed Sep  7 10:40:02 2011	(r3876)
@@ -1,5 +1,7 @@
 #ifndef RAWCOMPONENT_H
 #define RAWCOMPONENT_H
+
+#include "Mga.h"
 
 
 // Declaration of the main RAW COM component interface class

Modified: UDM/trunk/src/UML GME/ExprChecker/RawComponent.h
==============================================================================
--- UDM/trunk/src/UML GME/ExprChecker/RawComponent.h	Wed Sep  7 10:39:58 2011	(r3875)
+++ UDM/trunk/src/UML GME/ExprChecker/RawComponent.h	Wed Sep  7 10:40:02 2011	(r3876)
@@ -1,5 +1,7 @@
 //###############################################################################################################################################
 //
+
+#include "Mga.h"
 //	Object Constraint Language Expression Checker For UML
 //	RawComponent.h
 //


More information about the Mobies-commit mailing list