summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-03 18:22:20 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-11-03 18:22:20 +0000
commitadaa8efa9daa5172e2659f1a06ace4a3efb3db42 (patch)
tree6425c81695f5ecf1610cf838107b9690826b2c0f
parent8e3dd5600c47a7d2cd01d24a93b2a86f98cf8291 (diff)
downloadATCD-adaa8efa9daa5172e2659f1a06ace4a3efb3db42.tar.gz
* tests/DSI_Gateway/DSI_Gateway_Client.dsp:
* tests/DSI_Gateway/DSI_Gateway_Server.dsp: * tests/DSI_Gateway/DSI_Gateway_Service.dsp: Set the parameters for compiling the IDL file in the release version of these projects. * tests/DSI_Gateway/test.idl: Renamed typedef LongSeq as DSI_LongSeq. The generated #if defined guard around the class constructor definitions and the Any destructor definition (_LONGSEQ_CS_) was conflicting with something defined elsewhere.
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index a803eb1ce63..06640b3b8bf 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -7,6 +7,13 @@ Fri Nov 3 10:48:56 2000 Jeff Parsons <parsons@cs.wustl.edu>
Set the parameters for compiling the IDL file in
the release version of these projects.
+ * tests/DSI_Gateway/test.idl:
+
+ Renamed typedef LongSeq as DSI_LongSeq. The generated
+ #if defined guard around the class constructor definitions
+ and the Any destructor definition (_LONGSEQ_CS_) was
+ conflicting with something defined elsewhere.
+
Thu Nov 2 14:44:35 2000 Carlos O'Ryan <coryan@uci.edu>
* orbsvcs/orbsvcs/Event/EC_Gateway_UDP.cpp: