[Mobies-commit] [commit] r3877 - in GReAT/trunk/Tools: CodeGenerator/CG_interpreter Debugger/GRD_interpreter Engine/GRE_Interpreter MetaGME2UMX/MetaGME2UMX Interpreters UMTInterpreters/Blockify UMTInterpreters/CreateRule UMTInterpreters/GReAT Master Interpreter UMTInterpreters/GenerateCfgModel UMTInterpreters/GenerateConfig UMTInterpreters/GenerateGRC UMTInterpreters/LibraryUpdate UMTInterpreters/PortConnectorProj UMTInterpreters/UMTHelper
ksmyth at redhat1.isis.vanderbilt.edu
ksmyth at redhat1.isis.vanderbilt.edu
Wed Sep 7 10:40:54 CDT 2011
Author: ksmyth
Date: Wed Sep 7 10:40:54 2011
New Revision: 3877
Log:
Compat with latest GME SDK
Modified:
GReAT/trunk/Tools/CodeGenerator/CG_interpreter/RawComponent.h
GReAT/trunk/Tools/Debugger/GRD_interpreter/RawComponent.h
GReAT/trunk/Tools/Engine/GRE_Interpreter/RawComponent.h
GReAT/trunk/Tools/MetaGME2UMX/MetaGME2UMX Interpreters/RawComponent.h
GReAT/trunk/Tools/UMTInterpreters/Blockify/RawComponent.h
GReAT/trunk/Tools/UMTInterpreters/CreateRule/RawComponent.h
GReAT/trunk/Tools/UMTInterpreters/GReAT Master Interpreter/RawComponent.h
GReAT/trunk/Tools/UMTInterpreters/GenerateCfgModel/RawComponent.h
GReAT/trunk/Tools/UMTInterpreters/GenerateConfig/RawComponent.h
GReAT/trunk/Tools/UMTInterpreters/GenerateGRC/RawComponent.h
GReAT/trunk/Tools/UMTInterpreters/LibraryUpdate/RawComponent.h
GReAT/trunk/Tools/UMTInterpreters/PortConnectorProj/RawComponent.h
GReAT/trunk/Tools/UMTInterpreters/UMTHelper/RawComponent.h
Modified: GReAT/trunk/Tools/CodeGenerator/CG_interpreter/RawComponent.h
==============================================================================
--- GReAT/trunk/Tools/CodeGenerator/CG_interpreter/RawComponent.h Wed Sep 7 10:40:02 2011 (r3876)
+++ GReAT/trunk/Tools/CodeGenerator/CG_interpreter/RawComponent.h Wed Sep 7 10:40:54 2011 (r3877)
@@ -1,6 +1,8 @@
#ifndef RAWCOMPONENT_H
#define RAWCOMPONENT_H
+#include "Mga.h"
+
// Declaration of the main RAW COM component interface class
Modified: GReAT/trunk/Tools/Debugger/GRD_interpreter/RawComponent.h
==============================================================================
--- GReAT/trunk/Tools/Debugger/GRD_interpreter/RawComponent.h Wed Sep 7 10:40:02 2011 (r3876)
+++ GReAT/trunk/Tools/Debugger/GRD_interpreter/RawComponent.h Wed Sep 7 10:40:54 2011 (r3877)
@@ -1,6 +1,8 @@
#ifndef RAWCOMPONENT_H
#define RAWCOMPONENT_H
+#include "Mga.h"
+
// Declaration of the main RAW COM component interface class
Modified: GReAT/trunk/Tools/Engine/GRE_Interpreter/RawComponent.h
==============================================================================
--- GReAT/trunk/Tools/Engine/GRE_Interpreter/RawComponent.h Wed Sep 7 10:40:02 2011 (r3876)
+++ GReAT/trunk/Tools/Engine/GRE_Interpreter/RawComponent.h Wed Sep 7 10:40:54 2011 (r3877)
@@ -1,6 +1,8 @@
#ifndef RAWCOMPONENT_H
#define RAWCOMPONENT_H
+#include "Mga.h"
+
// Declaration of the main RAW COM component interface class
Modified: GReAT/trunk/Tools/MetaGME2UMX/MetaGME2UMX Interpreters/RawComponent.h
==============================================================================
--- GReAT/trunk/Tools/MetaGME2UMX/MetaGME2UMX Interpreters/RawComponent.h Wed Sep 7 10:40:02 2011 (r3876)
+++ GReAT/trunk/Tools/MetaGME2UMX/MetaGME2UMX Interpreters/RawComponent.h Wed Sep 7 10:40:54 2011 (r3877)
@@ -1,9 +1,11 @@
#ifndef RAWCOMPONENT_H
#define RAWCOMPONENT_H
+#include "Mga.h"
-// Declaration of the main RAW COM component interface class
+// Declaration of the main RAW COM component interface class
+#include "Mga.h"
#ifdef BUILDER_OBJECT_NETWORK
#error This file should only be included in the RAW COM configurations
Modified: GReAT/trunk/Tools/UMTInterpreters/Blockify/RawComponent.h
==============================================================================
--- GReAT/trunk/Tools/UMTInterpreters/Blockify/RawComponent.h Wed Sep 7 10:40:02 2011 (r3876)
+++ GReAT/trunk/Tools/UMTInterpreters/Blockify/RawComponent.h Wed Sep 7 10:40:54 2011 (r3877)
@@ -1,6 +1,8 @@
#ifndef RAWCOMPONENT_H
#define RAWCOMPONENT_H
+#include "Mga.h"
+
// Declaration of the main RAW COM component interface class
Modified: GReAT/trunk/Tools/UMTInterpreters/CreateRule/RawComponent.h
==============================================================================
--- GReAT/trunk/Tools/UMTInterpreters/CreateRule/RawComponent.h Wed Sep 7 10:40:02 2011 (r3876)
+++ GReAT/trunk/Tools/UMTInterpreters/CreateRule/RawComponent.h Wed Sep 7 10:40:54 2011 (r3877)
@@ -1,6 +1,8 @@
#ifndef RAWCOMPONENT_H
#define RAWCOMPONENT_H
+#include "Mga.h"
+
// Declaration of the main RAW COM component interface class
Modified: GReAT/trunk/Tools/UMTInterpreters/GReAT Master Interpreter/RawComponent.h
==============================================================================
--- GReAT/trunk/Tools/UMTInterpreters/GReAT Master Interpreter/RawComponent.h Wed Sep 7 10:40:02 2011 (r3876)
+++ GReAT/trunk/Tools/UMTInterpreters/GReAT Master Interpreter/RawComponent.h Wed Sep 7 10:40:54 2011 (r3877)
@@ -1,6 +1,8 @@
#ifndef RAWCOMPONENT_H
#define RAWCOMPONENT_H
+#include "Mga.h"
+
// Declaration of the main RAW COM component interface class
Modified: GReAT/trunk/Tools/UMTInterpreters/GenerateCfgModel/RawComponent.h
==============================================================================
--- GReAT/trunk/Tools/UMTInterpreters/GenerateCfgModel/RawComponent.h Wed Sep 7 10:40:02 2011 (r3876)
+++ GReAT/trunk/Tools/UMTInterpreters/GenerateCfgModel/RawComponent.h Wed Sep 7 10:40:54 2011 (r3877)
@@ -1,6 +1,8 @@
#ifndef RAWCOMPONENT_H
#define RAWCOMPONENT_H
+#include "Mga.h"
+
// Declaration of the main RAW COM component interface class
Modified: GReAT/trunk/Tools/UMTInterpreters/GenerateConfig/RawComponent.h
==============================================================================
--- GReAT/trunk/Tools/UMTInterpreters/GenerateConfig/RawComponent.h Wed Sep 7 10:40:02 2011 (r3876)
+++ GReAT/trunk/Tools/UMTInterpreters/GenerateConfig/RawComponent.h Wed Sep 7 10:40:54 2011 (r3877)
@@ -1,6 +1,8 @@
#ifndef RAWCOMPONENT_H
#define RAWCOMPONENT_H
+#include "Mga.h"
+
// Declaration of the main RAW COM component interface class
Modified: GReAT/trunk/Tools/UMTInterpreters/GenerateGRC/RawComponent.h
==============================================================================
--- GReAT/trunk/Tools/UMTInterpreters/GenerateGRC/RawComponent.h Wed Sep 7 10:40:02 2011 (r3876)
+++ GReAT/trunk/Tools/UMTInterpreters/GenerateGRC/RawComponent.h Wed Sep 7 10:40:54 2011 (r3877)
@@ -1,6 +1,8 @@
#ifndef RAWCOMPONENT_H
#define RAWCOMPONENT_H
+#include "Mga.h"
+
// Declaration of the main RAW COM component interface class
Modified: GReAT/trunk/Tools/UMTInterpreters/LibraryUpdate/RawComponent.h
==============================================================================
--- GReAT/trunk/Tools/UMTInterpreters/LibraryUpdate/RawComponent.h Wed Sep 7 10:40:02 2011 (r3876)
+++ GReAT/trunk/Tools/UMTInterpreters/LibraryUpdate/RawComponent.h Wed Sep 7 10:40:54 2011 (r3877)
@@ -1,6 +1,8 @@
#ifndef RAWCOMPONENT_H
#define RAWCOMPONENT_H
+#include "Mga.h"
+
// Declaration of the main RAW COM component interface class
Modified: GReAT/trunk/Tools/UMTInterpreters/PortConnectorProj/RawComponent.h
==============================================================================
--- GReAT/trunk/Tools/UMTInterpreters/PortConnectorProj/RawComponent.h Wed Sep 7 10:40:02 2011 (r3876)
+++ GReAT/trunk/Tools/UMTInterpreters/PortConnectorProj/RawComponent.h Wed Sep 7 10:40:54 2011 (r3877)
@@ -1,6 +1,8 @@
#ifndef RAWCOMPONENT_H
#define RAWCOMPONENT_H
+#include "Mga.h"
+
// Declaration of the main RAW COM component interface class
Modified: GReAT/trunk/Tools/UMTInterpreters/UMTHelper/RawComponent.h
==============================================================================
--- GReAT/trunk/Tools/UMTInterpreters/UMTHelper/RawComponent.h Wed Sep 7 10:40:02 2011 (r3876)
+++ GReAT/trunk/Tools/UMTInterpreters/UMTHelper/RawComponent.h Wed Sep 7 10:40:54 2011 (r3877)
@@ -1,6 +1,8 @@
#ifndef RAWCOMPONENT_H
#define RAWCOMPONENT_H
+#include "Mga.h"
+
// Declaration of the main RAW COM component interface class
More information about the Mobies-commit
mailing list