diff options
author | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-04-13 17:24:38 +0000 |
---|---|---|
committer | parsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-04-13 17:24:38 +0000 |
commit | b9b03b66f1ac2e9d8895b9f74334079003b3a15e (patch) | |
tree | 2eee3bf90548da7dc886c884980234f9529d6cc8 /TAO | |
parent | 671915aaccdacee4671b96bb0ef677dc7d9c0119 (diff) | |
download | ATCD-b9b03b66f1ac2e9d8895b9f74334079003b3a15e.tar.gz |
ChangeLogTag: Tue Apr 13 12:22:18 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
Diffstat (limited to 'TAO')
-rw-r--r-- | TAO/ChangeLog | 10 | ||||
-rw-r--r-- | TAO/tao/GIOP.pidl | 2 |
2 files changed, 11 insertions, 1 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog index ede43e627c7..c275d09f70f 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,13 @@ +Tue Apr 13 12:22:18 2004 Jeff Parsons <j.parsons@vanderbilt.edu> + + * tao/GIOP.pidl: + + In the suggested IDL compiler command line options to + regenerate this file, removed -Gp (thru-POA collocation) + and -Gd (direct collocation) since the file contains + no interfaces, and added -GA, to generate Any operator + and type code bodies in a separate file called GIOPA.cpp. + Tue Apr 13 12:00:18 2004 Jeff Parsons <j.parsons@vanderbilt.edu> * TAO/TAO_IDL/be/be_visitor_root/any_op.cpp: diff --git a/TAO/tao/GIOP.pidl b/TAO/tao/GIOP.pidl index 9b07a908de1..f2ec15529f2 100644 --- a/TAO/tao/GIOP.pidl +++ b/TAO/tao/GIOP.pidl @@ -14,7 +14,7 @@ // is: // // tao_idl -// -o orig -Sa -Sc -Gp -Gd -Ge 1 -GT -I.. +// -o orig -Sc -Ge 1 -GT -GA -I.. // -Wb,export_macro=TAO_Export // -Wb,export_include="tao/TAO_Export.h" // -Wb,pre_include="ace/pre.h" |