summaryrefslogtreecommitdiff
path: root/TAO/CIAO/tests/IDL3/ImpliedIDL/All/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/CIAO/tests/IDL3/ImpliedIDL/All/README')
-rw-r--r--TAO/CIAO/tests/IDL3/ImpliedIDL/All/README8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/CIAO/tests/IDL3/ImpliedIDL/All/README b/TAO/CIAO/tests/IDL3/ImpliedIDL/All/README
index fe43b62b221..95a4938475b 100644
--- a/TAO/CIAO/tests/IDL3/ImpliedIDL/All/README
+++ b/TAO/CIAO/tests/IDL3/ImpliedIDL/All/README
@@ -1,6 +1,6 @@
Converting IDL3 to IDL2
=======================
-
+
Introduction
============
@@ -20,7 +20,7 @@ would have been generated in one step by a CCM-aware IDL compiler.
The tao_idl3_to_idl2 executable itself is built in
CIAO_ROOT/tools/IDL3_to_IDL2. It uses the TAO IDL compiler
front end parsing engine and the TAO IDL compiler driver
-files, so it depends on ACE. The IDL generation is
+files, so it depends on ACE. The IDL generation is
accomplished by a custom backend library.
Running The Test
@@ -54,7 +54,7 @@ order of execution.
2.
The -Sm option passed to the IDL compiler must be used when
processing an IDL file resulting from the execution of
-tao_idl3_to_idl2. This option disables the action of the
+tao_idl3_to_idl2. This option disables the action of the
tao_idl backend 'preprocessor' (which is 'on' by default)
that adds implied IDL nodes to the Abstract Syntax Tree
for subsequent C++ code generation. In the case of an eventtype,
@@ -66,4 +66,4 @@ original eventtype. Without the -Sm option, the event consumer
interface would appear redundantly in both explicit and implied
IDL, resulting in a name clash. Since the IDL compiler cannot
know the origin of the IDL file it is processing, the -Sm
-option encapsulates that knowledge. \ No newline at end of file
+option encapsulates that knowledge.