summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-04-13 17:24:38 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2004-04-13 17:24:38 +0000
commit87fdba63afb1830ca15cb044f344d19061ce310d (patch)
tree2eee3bf90548da7dc886c884980234f9529d6cc8
parent5913d92d59748c18244ac4d004e3b28e3836d4b0 (diff)
downloadATCD-87fdba63afb1830ca15cb044f344d19061ce310d.tar.gz
ChangeLogTag: Tue Apr 13 12:22:18 2004 Jeff Parsons <j.parsons@vanderbilt.edu>
-rw-r--r--TAO/ChangeLog10
-rw-r--r--TAO/tao/GIOP.pidl2
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"