summaryrefslogtreecommitdiff
path: root/TAO/ChangeLogs
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-30 16:20:38 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-01-30 16:20:38 +0000
commit902d5593899c2794f88680fbd49605f64bfffe67 (patch)
tree1216a0801eefe55f00088b56e081cc76adca3057 /TAO/ChangeLogs
parent9ee3b1c98f856dd4e74eb2f25f2a0f5c7cd3f8be (diff)
downloadATCD-902d5593899c2794f88680fbd49605f64bfffe67.tar.gz
* tao/OctetSeqC.h:
* tao/OctetSeqC.i: * tao/OctetSeqC.cpp: Changed the #ifdef guards in these files to be different from that generated by the IDL compiler for 'typedef sequence<octet> OctetSeq;'. This will eliminate masking of code in application IDL files that contain the above line. Thanks to Sathish Tiptur <Sathish.Tiptur@geind.ge.com> for reporting this bug.
Diffstat (limited to 'TAO/ChangeLogs')
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a14
1 files changed, 14 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index cd66847f3ad..c526ce2fb74 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,17 @@
+Tue Jan 30 10:03:50 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/OctetSeqC.h:
+ * tao/OctetSeqC.i:
+ * tao/OctetSeqC.cpp:
+
+ Changed the #ifdef guards in these files to be
+ different from that generated by the IDL compiler
+ for 'typedef sequence<octet> OctetSeq;'. This will
+ eliminate masking of code in application IDL files
+ that contain the above line. Thanks to Sathish
+ Tiptur <Sathish.Tiptur@geind.ge.com> for reporting
+ this bug.
+
Mon Jan 29 15:34:08 2001 Jeff Parsons <parsons@cs.wustl.edu>
* tao/GIOP_Message_Base.cpp: