summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-11-08 21:48:40 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-11-08 21:48:40 +0000
commit7ef8db1f09c4950419ca7e40158f38254ebd552d (patch)
tree0a8f2edf5f454039fa07472979e1409394f0230c
parent631557fb1636a740b02c79dc7f6f600c4459a813 (diff)
downloadATCD-7ef8db1f09c4950419ca7e40158f38254ebd552d.tar.gz
* TAO_IDL/ast/ast_string.cpp:
Changed the format/indentation of the constructor call to the base class AST_Decl, so as not to confuse the configuration of gcc used by HP-UX 11.11. Thanks to Steve Osselton <steve@prismtechnologies.com> for reporting the bug and suggesting the fix.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a10
1 files changed, 10 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 779ff86cdeb..dcbcace24ad 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,13 @@
+Thu Nov 8 15:48:11 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * TAO_IDL/ast/ast_string.cpp:
+
+ Changed the format/indentation of the constructor call to
+ the base class AST_Decl, so as not to confuse the configuration
+ of gcc used by HP-UX 11.11. Thanks to Steve Osselton
+ <steve@prismtechnologies.com> for reporting the bug and
+ suggesting the fix.
+
Thu Nov 8 13:57:58 2001 Balachandran Natarajan <bala@cs.wustl.edu>
* tao/Asynch_Reply_Dispatcher.cpp: