[Mobies-commit] [commit] r3771 - 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
Tue Jun 28 11:07:34 CDT 2011
Author: ksmyth
Date: Tue Jun 28 11:07:34 2011
New Revision: 3771
Log:
Fix typo
Modified:
GReAT/trunk/Tools/CodeGenerator/CG_interpreter/RawComponent.cpp
GReAT/trunk/Tools/Debugger/GRD_interpreter/RawComponent.cpp
GReAT/trunk/Tools/Engine/GRE_Interpreter/RawComponent.cpp
GReAT/trunk/Tools/MetaGME2UMX/MetaGME2UMX Interpreters/RawComponent.cpp
GReAT/trunk/Tools/UMTInterpreters/Blockify/RawComponent.cpp
GReAT/trunk/Tools/UMTInterpreters/CreateRule/RawComponent.cpp
GReAT/trunk/Tools/UMTInterpreters/GReAT Master Interpreter/RawComponent.cpp
GReAT/trunk/Tools/UMTInterpreters/GenerateCfgModel/RawComponent.cpp
GReAT/trunk/Tools/UMTInterpreters/GenerateConfig/RawComponent.cpp
GReAT/trunk/Tools/UMTInterpreters/GenerateGRC/RawComponent.cpp
GReAT/trunk/Tools/UMTInterpreters/LibraryUpdate/RawComponent.cpp
GReAT/trunk/Tools/UMTInterpreters/PortConnectorProj/RawComponent.cpp
GReAT/trunk/Tools/UMTInterpreters/UMTHelper/RawComponent.cpp
Modified: GReAT/trunk/Tools/CodeGenerator/CG_interpreter/RawComponent.cpp
==============================================================================
--- GReAT/trunk/Tools/CodeGenerator/CG_interpreter/RawComponent.cpp Tue Jun 28 11:04:58 2011 (r3770)
+++ GReAT/trunk/Tools/CodeGenerator/CG_interpreter/RawComponent.cpp Tue Jun 28 11:07:34 2011 (r3771)
@@ -283,7 +283,7 @@
// you only need to implement it if other invokation mechanisms are used
STDMETHODIMP RawComponent::ObjectsInvokeEx( IMgaProject *project, IMgaObject *currentobj, IMgaObjects *selectedobjs, long param) {
if(interactive) {
- AfxMessageBox("Tho ObjectsInvoke method is not implemented");
+ AfxMessageBox("The ObjectsInvoke method is not implemented");
}
return E_MGA_NOT_SUPPORTED;
}
Modified: GReAT/trunk/Tools/Debugger/GRD_interpreter/RawComponent.cpp
==============================================================================
--- GReAT/trunk/Tools/Debugger/GRD_interpreter/RawComponent.cpp Tue Jun 28 11:04:58 2011 (r3770)
+++ GReAT/trunk/Tools/Debugger/GRD_interpreter/RawComponent.cpp Tue Jun 28 11:07:34 2011 (r3771)
@@ -281,7 +281,7 @@
// you only need to implement it if other invokation mechanisms are used
STDMETHODIMP RawComponent::ObjectsInvokeEx( IMgaProject *project, IMgaObject *currentobj, IMgaObjects *selectedobjs, long param) {
if(interactive) {
- AfxMessageBox("Tho ObjectsInvoke method is not implemented");
+ AfxMessageBox("The ObjectsInvoke method is not implemented");
}
return E_MGA_NOT_SUPPORTED;
}
Modified: GReAT/trunk/Tools/Engine/GRE_Interpreter/RawComponent.cpp
==============================================================================
--- GReAT/trunk/Tools/Engine/GRE_Interpreter/RawComponent.cpp Tue Jun 28 11:04:58 2011 (r3770)
+++ GReAT/trunk/Tools/Engine/GRE_Interpreter/RawComponent.cpp Tue Jun 28 11:07:34 2011 (r3771)
@@ -281,7 +281,7 @@
// you only need to implement it if other invokation mechanisms are used
STDMETHODIMP RawComponent::ObjectsInvokeEx( IMgaProject *project, IMgaObject *currentobj, IMgaObjects *selectedobjs, long param) {
if(interactive) {
- AfxMessageBox("Tho ObjectsInvoke method is not implemented");
+ AfxMessageBox("The ObjectsInvoke method is not implemented");
}
return E_MGA_NOT_SUPPORTED;
}
Modified: GReAT/trunk/Tools/MetaGME2UMX/MetaGME2UMX Interpreters/RawComponent.cpp
==============================================================================
--- GReAT/trunk/Tools/MetaGME2UMX/MetaGME2UMX Interpreters/RawComponent.cpp Tue Jun 28 11:04:58 2011 (r3770)
+++ GReAT/trunk/Tools/MetaGME2UMX/MetaGME2UMX Interpreters/RawComponent.cpp Tue Jun 28 11:07:34 2011 (r3771)
@@ -270,7 +270,7 @@
// you only need to implement it if other invokation mechanisms are used
STDMETHODIMP RawComponent::ObjectsInvokeEx( IMgaProject *project, IMgaObject *currentobj, IMgaObjects *selectedobjs, long param) {
if(interactive) {
- AfxMessageBox("Tho ObjectsInvoke method is not implemented");
+ AfxMessageBox("The ObjectsInvoke method is not implemented");
}
return E_MGA_NOT_SUPPORTED;
}
Modified: GReAT/trunk/Tools/UMTInterpreters/Blockify/RawComponent.cpp
==============================================================================
--- GReAT/trunk/Tools/UMTInterpreters/Blockify/RawComponent.cpp Tue Jun 28 11:04:58 2011 (r3770)
+++ GReAT/trunk/Tools/UMTInterpreters/Blockify/RawComponent.cpp Tue Jun 28 11:07:34 2011 (r3771)
@@ -267,7 +267,7 @@
// you only need to implement it if other invokation mechanisms are used
STDMETHODIMP RawComponent::ObjectsInvokeEx( IMgaProject *project, IMgaObject *currentobj, IMgaObjects *selectedobjs, long param) {
if(interactive) {
- AfxMessageBox("Tho ObjectsInvoke method is not implemented");
+ AfxMessageBox("The ObjectsInvoke method is not implemented");
}
return E_MGA_NOT_SUPPORTED;
}
Modified: GReAT/trunk/Tools/UMTInterpreters/CreateRule/RawComponent.cpp
==============================================================================
--- GReAT/trunk/Tools/UMTInterpreters/CreateRule/RawComponent.cpp Tue Jun 28 11:04:58 2011 (r3770)
+++ GReAT/trunk/Tools/UMTInterpreters/CreateRule/RawComponent.cpp Tue Jun 28 11:07:34 2011 (r3771)
@@ -259,7 +259,7 @@
// you only need to implement it if other invokation mechanisms are used
STDMETHODIMP RawComponent::ObjectsInvokeEx( IMgaProject *project, IMgaObject *currentobj, IMgaObjects *selectedobjs, long param) {
if(interactive) {
- AfxMessageBox("Tho ObjectsInvoke method is not implemented");
+ AfxMessageBox("The ObjectsInvoke method is not implemented");
}
return E_MGA_NOT_SUPPORTED;
}
Modified: GReAT/trunk/Tools/UMTInterpreters/GReAT Master Interpreter/RawComponent.cpp
==============================================================================
--- GReAT/trunk/Tools/UMTInterpreters/GReAT Master Interpreter/RawComponent.cpp Tue Jun 28 11:04:58 2011 (r3770)
+++ GReAT/trunk/Tools/UMTInterpreters/GReAT Master Interpreter/RawComponent.cpp Tue Jun 28 11:07:34 2011 (r3771)
@@ -482,7 +482,7 @@
// you only need to implement it if other invokation mechanisms are used
STDMETHODIMP RawComponent::ObjectsInvokeEx( IMgaProject *project, IMgaObject *currentobj, IMgaObjects *selectedobjs, long param) {
if(interactive) {
- AfxMessageBox("Tho ObjectsInvoke method is not implemented");
+ AfxMessageBox("The ObjectsInvoke method is not implemented");
}
return E_MGA_NOT_SUPPORTED;
}
Modified: GReAT/trunk/Tools/UMTInterpreters/GenerateCfgModel/RawComponent.cpp
==============================================================================
--- GReAT/trunk/Tools/UMTInterpreters/GenerateCfgModel/RawComponent.cpp Tue Jun 28 11:04:58 2011 (r3770)
+++ GReAT/trunk/Tools/UMTInterpreters/GenerateCfgModel/RawComponent.cpp Tue Jun 28 11:07:34 2011 (r3771)
@@ -268,7 +268,7 @@
// you only need to implement it if other invokation mechanisms are used
STDMETHODIMP RawComponent::ObjectsInvokeEx( IMgaProject *project, IMgaObject *currentobj, IMgaObjects *selectedobjs, long param) {
if(interactive) {
- AfxMessageBox("Tho ObjectsInvoke method is not implemented");
+ AfxMessageBox("The ObjectsInvoke method is not implemented");
}
return E_MGA_NOT_SUPPORTED;
}
Modified: GReAT/trunk/Tools/UMTInterpreters/GenerateConfig/RawComponent.cpp
==============================================================================
--- GReAT/trunk/Tools/UMTInterpreters/GenerateConfig/RawComponent.cpp Tue Jun 28 11:04:58 2011 (r3770)
+++ GReAT/trunk/Tools/UMTInterpreters/GenerateConfig/RawComponent.cpp Tue Jun 28 11:07:34 2011 (r3771)
@@ -290,7 +290,7 @@
// you only need to implement it if other invokation mechanisms are used
STDMETHODIMP RawComponent::ObjectsInvokeEx( IMgaProject *project, IMgaObject *currentobj, IMgaObjects *selectedobjs, long param) {
if(interactive) {
- AfxMessageBox("Tho ObjectsInvoke method is not implemented");
+ AfxMessageBox("The ObjectsInvoke method is not implemented");
}
return E_MGA_NOT_SUPPORTED;
}
Modified: GReAT/trunk/Tools/UMTInterpreters/GenerateGRC/RawComponent.cpp
==============================================================================
--- GReAT/trunk/Tools/UMTInterpreters/GenerateGRC/RawComponent.cpp Tue Jun 28 11:04:58 2011 (r3770)
+++ GReAT/trunk/Tools/UMTInterpreters/GenerateGRC/RawComponent.cpp Tue Jun 28 11:07:34 2011 (r3771)
@@ -271,7 +271,7 @@
// you only need to implement it if other invokation mechanisms are used
STDMETHODIMP RawComponent::ObjectsInvokeEx( IMgaProject *project, IMgaObject *currentobj, IMgaObjects *selectedobjs, long param) {
if(interactive) {
- AfxMessageBox("Tho ObjectsInvoke method is not implemented");
+ AfxMessageBox("The ObjectsInvoke method is not implemented");
}
return E_MGA_NOT_SUPPORTED;
}
Modified: GReAT/trunk/Tools/UMTInterpreters/LibraryUpdate/RawComponent.cpp
==============================================================================
--- GReAT/trunk/Tools/UMTInterpreters/LibraryUpdate/RawComponent.cpp Tue Jun 28 11:04:58 2011 (r3770)
+++ GReAT/trunk/Tools/UMTInterpreters/LibraryUpdate/RawComponent.cpp Tue Jun 28 11:07:34 2011 (r3771)
@@ -259,7 +259,7 @@
// you only need to implement it if other invokation mechanisms are used
STDMETHODIMP RawComponent::ObjectsInvokeEx( IMgaProject *project, IMgaObject *currentobj, IMgaObjects *selectedobjs, long param) {
if(interactive) {
- AfxMessageBox("Tho ObjectsInvoke method is not implemented");
+ AfxMessageBox("The ObjectsInvoke method is not implemented");
}
return E_MGA_NOT_SUPPORTED;
}
Modified: GReAT/trunk/Tools/UMTInterpreters/PortConnectorProj/RawComponent.cpp
==============================================================================
--- GReAT/trunk/Tools/UMTInterpreters/PortConnectorProj/RawComponent.cpp Tue Jun 28 11:04:58 2011 (r3770)
+++ GReAT/trunk/Tools/UMTInterpreters/PortConnectorProj/RawComponent.cpp Tue Jun 28 11:07:34 2011 (r3771)
@@ -259,7 +259,7 @@
// you only need to implement it if other invokation mechanisms are used
STDMETHODIMP RawComponent::ObjectsInvokeEx( IMgaProject *project, IMgaObject *currentobj, IMgaObjects *selectedobjs, long param) {
if(interactive) {
- AfxMessageBox("Tho ObjectsInvoke method is not implemented");
+ AfxMessageBox("The ObjectsInvoke method is not implemented");
}
return E_MGA_NOT_SUPPORTED;
}
Modified: GReAT/trunk/Tools/UMTInterpreters/UMTHelper/RawComponent.cpp
==============================================================================
--- GReAT/trunk/Tools/UMTInterpreters/UMTHelper/RawComponent.cpp Tue Jun 28 11:04:58 2011 (r3770)
+++ GReAT/trunk/Tools/UMTInterpreters/UMTHelper/RawComponent.cpp Tue Jun 28 11:07:34 2011 (r3771)
@@ -66,7 +66,7 @@
// you only need to implement it if other invokation mechanisms are used
STDMETHODIMP RawComponent::ObjectsInvokeEx( IMgaProject *project, IMgaObject *currentobj, IMgaObjects *selectedobjs, long param) {
if(interactive) {
- AfxMessageBox("Tho ObjectsInvoke method is not implemented");
+ AfxMessageBox("The ObjectsInvoke method is not implemented");
}
return E_MGA_NOT_SUPPORTED;
}
More information about the Mobies-commit
mailing list