summaryrefslogtreecommitdiff
path: root/CIAO/connectors/ami4ccm
diff options
context:
space:
mode:
authormhengstmengel <mhengstmengel@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-04-25 12:07:36 +0000
committermhengstmengel <mhengstmengel@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-04-25 12:07:36 +0000
commitc1e3c550b839be25e5492fdcdadf4e853ebbffe4 (patch)
tree9620ea3461161128512252c5d2ab7a9909bd7223 /CIAO/connectors/ami4ccm
parent2352560fc157cd75dd7640a60a7ab798e0f3cd93 (diff)
downloadATCD-c1e3c550b839be25e5492fdcdadf4e853ebbffe4.tar.gz
Wed Apr 25 12:02:03 UTC 2012 Marijke Hengstmengel <mhengstmengel@remedy.nl>
* connectors/ami4ccm/tutorials/Hello/Tutorial/03_executors.html: Fixed typo. * connectors/dds4ccm/tutorials/Shapes/Tutorial/03_executors.html: Added include of dds4ccm/idl dir with -Gex command
Diffstat (limited to 'CIAO/connectors/ami4ccm')
-rw-r--r--CIAO/connectors/ami4ccm/tutorials/Hello/Tutorial/03_executors.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/CIAO/connectors/ami4ccm/tutorials/Hello/Tutorial/03_executors.html b/CIAO/connectors/ami4ccm/tutorials/Hello/Tutorial/03_executors.html
index ac338c9e940..30154ee83d1 100644
--- a/CIAO/connectors/ami4ccm/tutorials/Hello/Tutorial/03_executors.html
+++ b/CIAO/connectors/ami4ccm/tutorials/Hello/Tutorial/03_executors.html
@@ -23,7 +23,7 @@ Hello_asm/Sender_comp/src and invoke the TAO IDL compiler by running the
following command: </P>
<P><CODE>tao_idl
-I../../ports -I../../GeneratedCode -I%TAO_ROOT% -I%TAO_ROOT%/tao -I%CIAO_ROOT%
--I%CIAO_ROOT%/ccm -I%CIAO_ROOT%/ciao -Gex Hello_Senmder_comp.idl</CODE></P>
+-I%CIAO_ROOT%/ccm -I%CIAO_ROOT%/ciao -Gex Hello_Sender_comp.idl</CODE></P>
<FONT face="Times New Roman">An example of the generated code can be found
<A href="Code/GeneratedExec/Hello_Sender_comp_exec.cpp">here</A>. An
example of the implemented executor can be found
@@ -37,7 +37,7 @@ directory. A copy of the implemented executor can be found
by running the following command: </P>
<P><CODE class=western>tao_idl -I../../ports -I../../GeneratedCode -I%TAO_ROOT%
-I%TAO_ROOT%/tao -I%CIAO_ROOT% -I%CIAO_ROOT%/ccm -I%CIAO_ROOT%/ciao -Gex
-Hello_Receiver_comp.idl.<BR></CODE></p>
+Hello_Receiver_comp.idl<BR></CODE></p>
An example of the generated code can be found <A href="Code/GeneratedExec/Hello_Receiver_comp_exec.cpp">here</A>.
An example of the implemented executor can be found <A href="Code/ImplementedExec/Hello_Receiver_comp_exec.cpp">here</A>.<BR>
Be aware that running this command,