summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-09 19:16:04 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-09 19:16:04 +0000
commita1ac70398b1947bbd5de358e33490b4f9343b08d (patch)
treef77a64843ed497275c90580ccd57e4b554748808
parent8e8e68e9ac3de0773e26eed7c12b2c87bfd1f9b5 (diff)
downloadATCD-a1ac70398b1947bbd5de358e33490b4f9343b08d.tar.gz
* tao/DynamicInterface/DII_Invocation.cpp:
* tao/DynamicInterface/DII_Invocation.h: * tao/DynamicInterface/DII_Invocation.inl: * tao/DynamicInterface/Request.cpp: * tao/DynamicInterface/Request.h: * tao/DynamicInterface/Request.inl: * tao/DynamicInterface/Server_Request.cpp: * tao/DynamicInterface/Server_Request.h: * tests/DSI_Gateway/DSI_Gateway_Service.dsp: * tests/DSI_Gateway/README: * tests/DSI_Gateway/client.cpp: * tests/DSI_Gateway/gateway.cpp: * tests/DSI_Gateway/server.cpp: * tests/DSI_Gateway/test.idl: * tests/DSI_Gateway/test_dsi.cpp: * tests/DSI_Gateway/test_dsi.h: * tests/DSI_Gateway/test_dsi.i: * tests/DSI_Gateway/test_i.cpp: * tests/DSI_Gateway/test_i.h: Changes to DynamicInterface classes to enable the storage/retrieval of a user exception when instantiation of these classe are used in a gateway. Also changes to the test code to use this new capability, and to remove the gateway's dependence on any IDL-generated files. README file updated, and files added to the MSVC project for completeness. The gateway test may now be run normally, as before, or with a command line option that tests the passing of a user exception from the server, through the gateway and back to the client. This closes [BUGID:500].
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a34
1 files changed, 34 insertions, 0 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 69918a68517..6e1e9c80165 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,37 @@
+Wed May 09 14:07:56 2001 Jeff Parsons <parsons@cs.wustl.edu>
+
+ * tao/DynamicInterface/DII_Invocation.cpp:
+ * tao/DynamicInterface/DII_Invocation.h:
+ * tao/DynamicInterface/DII_Invocation.inl:
+ * tao/DynamicInterface/Request.cpp:
+ * tao/DynamicInterface/Request.h:
+ * tao/DynamicInterface/Request.inl:
+ * tao/DynamicInterface/Server_Request.cpp:
+ * tao/DynamicInterface/Server_Request.h:
+ * tests/DSI_Gateway/DSI_Gateway_Service.dsp:
+ * tests/DSI_Gateway/README:
+ * tests/DSI_Gateway/client.cpp:
+ * tests/DSI_Gateway/gateway.cpp:
+ * tests/DSI_Gateway/server.cpp:
+ * tests/DSI_Gateway/test.idl:
+ * tests/DSI_Gateway/test_dsi.cpp:
+ * tests/DSI_Gateway/test_dsi.h:
+ * tests/DSI_Gateway/test_dsi.i:
+ * tests/DSI_Gateway/test_i.cpp:
+ * tests/DSI_Gateway/test_i.h:
+
+ Changes to DynamicInterface classes to enable the
+ storage/retrieval of a user exception when instantiation
+ of these classe are used in a gateway. Also changes
+ to the test code to use this new capability, and to
+ remove the gateway's dependence on any IDL-generated
+ files. README file updated, and files added to the
+ MSVC project for completeness. The gateway test may
+ now be run normally, as before, or with a command line
+ option that tests the passing of a user exception
+ from the server, through the gateway and back to the
+ client. This closes [BUGID:500].
+
Wed May 09 13:55:56 2001 Jeff Parsons <parsons@cs.wustl.edu>
* tao/GIOP_Message_Base.cpp: