summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/tao_idl.1
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-08-05 06:44:52 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-08-05 06:44:52 +0000
commit66d0a88c697b2c2666ef9c865937972cdda9bc9d (patch)
tree206f59ce5e16eb63d9e437a482dcf0f0e4668644 /TAO/TAO_IDL/tao_idl.1
parente8c5ac52fef8ff9cfc4004d5de0d9a7befed3d50 (diff)
downloadATCD-66d0a88c697b2c2666ef9c865937972cdda9bc9d.tar.gz
Mon Aug 5 06:44:11 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/TAO_IDL/tao_idl.1')
-rw-r--r--TAO/TAO_IDL/tao_idl.125
1 files changed, 6 insertions, 19 deletions
diff --git a/TAO/TAO_IDL/tao_idl.1 b/TAO/TAO_IDL/tao_idl.1
index 73a21f3c203..94f8596bad1 100644
--- a/TAO/TAO_IDL/tao_idl.1
+++ b/TAO/TAO_IDL/tao_idl.1
@@ -7,7 +7,7 @@
.SH NAME
tao_idl \- Compile IDL sources for use with the ACE ORB (TAO)
.SH SYNOPSIS
-.B tao_idl
+.B tao_idl
.BI [ OPTION... ]
.I filename
.SH DESCRIPTION
@@ -29,7 +29,7 @@ incoming operation with the correct operation at the servant. Dynamic Hashing
and Perfect Hashing are the two different operation lookup strategies that are
currently supported in tao_idl. By default, tao_idl tries to use Perfect
Hashing strategy. If supported and available, gperf generates the lookup
-methods for this strategy.
+methods for this strategy.
.SH OPTIONS
.TP
.B \-u
@@ -38,7 +38,7 @@ The compiler prints out the options that are given below and exits clean.
.B \-V
the compiler printouts its version and exits
.TP
-.BI "\-Wb," "option_list"
+.BI "\-Wb," "option_list"
pass options to the backend
.IP
.BI "skel_export_macro=" "macro_name"
@@ -46,7 +46,7 @@ pass options to the backend
The compiler will emit macro_name right after each class or extern
keyword in the generated skeleton code (S files,) this is needed for
Windows/NT that requires special directives to export symbols from
-DLLs, usually the definition is just a space on unix platforms.
+DLLs, usually the definition is just a space on unix platforms.
.IP
.BI "skel_export_include=" "include_path"
@@ -77,7 +77,7 @@ symbols from DLLs, usually the definition is just a space on unix platforms.
The compiler will generate code to include include_path at the top of the
client header, this is usually a good place to define the export
-macro.
+macro.
.IP
.BI "pch_include=" "include_path"
@@ -130,7 +130,7 @@ files (e.g. tao/corba.h) indicating them as non-changing files
.TP
.B "\-ic"
To generate #include statements with ""s for changing standard include
-files (e.g. tao/corba.h).
+files (e.g. tao/corba.h).
.TP
.B \-g
To specify the path for the perfect hasing program (GPERF). Default is
@@ -194,19 +194,6 @@ Generate stubs and skeletons using compiled marshaling.
.B \-Gi
Generate stubs and skeletons using interpretive marshaling (default for now).
.TP
-.BI "\-Ge " "flag"
-If the value of
-.I flag
-is 0,
-.B tao_idl
-will generate code that will use native C++ exceptions. If the value
-of
-.I flag
-is 1,
-.B tao_idl
-will generate code that will use environment variable for passing
-exceptions.
-.TP
.B \-Gl
.B For TAO Core developers only.
Generate locality constrained interface implementation. This flag is