summaryrefslogtreecommitdiff
path: root/TAO/TAO_IDL/driver
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-17 15:09:25 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-06-17 15:09:25 +0000
commit50905c75e92c5ab549ad290dcfbf2c4f9780065b (patch)
tree322f3df305d9c8338bb17bd0d4119377a61c7c56 /TAO/TAO_IDL/driver
parent0d67ae46b65451cf59ff7c1dd4d44eb14bc503d4 (diff)
downloadATCD-50905c75e92c5ab549ad290dcfbf2c4f9780065b.tar.gz
ChangeLogTag: Tue Jun 17 09:56:38 2003 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO/TAO_IDL/driver')
-rw-r--r--TAO/TAO_IDL/driver/drv_args.cpp13
1 files changed, 4 insertions, 9 deletions
diff --git a/TAO/TAO_IDL/driver/drv_args.cpp b/TAO/TAO_IDL/driver/drv_args.cpp
index 4e0f7902fbb..e6756a4df6d 100644
--- a/TAO/TAO_IDL/driver/drv_args.cpp
+++ b/TAO/TAO_IDL/driver/drv_args.cpp
@@ -290,11 +290,6 @@ DRV_usage (void)
));
ACE_DEBUG ((
LM_DEBUG,
- ACE_TEXT (" -Gm \t\tEnable support for CORBA components\n")
- ACE_TEXT (" (default)\n")
- ));
- ACE_DEBUG ((
- LM_DEBUG,
ACE_TEXT (" -Gp \t\tGenerate the code for thru-POA collocation")
ACE_TEXT (" (default)\n")
));
@@ -309,6 +304,10 @@ DRV_usage (void)
));
ACE_DEBUG ((
LM_DEBUG,
+ ACE_TEXT (" \t\t\tNo effect if TypeCode generation is suppressed\n")
+ ));
+ ACE_DEBUG ((
+ LM_DEBUG,
ACE_TEXT (" -Gv\t\t\tenable OBV (Valuetype) support")
ACE_TEXT (" (disabled by default)\n")
));
@@ -449,10 +448,6 @@ DRV_usage (void)
LM_DEBUG,
ACE_TEXT (" -Yp,path\t\tdefines location of preprocessor\n")
));
- ACE_DEBUG ((
- LM_DEBUG,
- ACE_TEXT (" \t\t\tNo effect if TypeCode generation is suppressed\n")
- ));
}
// Return 0 on success, -1 failure. The <errno> corresponding to the