[Mobies-commit] [commit] r3899 - UDM/trunk/src/UML GME/ExprChecker
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Tue Sep 20 13:04:05 CDT 2011
Author: ksmyth
Date: Tue Sep 20 13:04:04 2011
New Revision: 3899
Log:
Need #include Mga.h since ComponentLib.idl doesnt have importlib mga
Modified:
UDM/trunk/src/UML GME/ExprChecker/GMECommon.h
UDM/trunk/src/UML GME/ExprChecker/UMLTypeEx.cpp
Modified: UDM/trunk/src/UML GME/ExprChecker/GMECommon.h
==============================================================================
--- UDM/trunk/src/UML GME/ExprChecker/GMECommon.h Tue Sep 20 12:20:04 2011 (r3898)
+++ UDM/trunk/src/UML GME/ExprChecker/GMECommon.h Tue Sep 20 13:04:04 2011 (r3899)
@@ -25,6 +25,7 @@
#include "StdAfx.h"
#include "GMECOM.h"
#include "OCLCommon.h"
+#include "Mga.h"
// From GME2000\Common\CommonSmart.h
Modified: UDM/trunk/src/UML GME/ExprChecker/UMLTypeEx.cpp
==============================================================================
--- UDM/trunk/src/UML GME/ExprChecker/UMLTypeEx.cpp Tue Sep 20 12:20:04 2011 (r3898)
+++ UDM/trunk/src/UML GME/ExprChecker/UMLTypeEx.cpp Tue Sep 20 13:04:04 2011 (r3899)
@@ -34,6 +34,7 @@
#include <strstream>
#include "CardinalityObject.h"
#include "AttributeObject.h"
+#include "Mga.h"
namespace OCLUML
More information about the Mobies-commit
mailing list