summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-09 19:19:17 +0000
committerparsons <parsons@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-05-09 19:19:17 +0000
commitdfb8248804f2a5b740a35c781bfa3e5ee3883f5d (patch)
tree6a9aa2e36c57bb9878ada4a2f39f42805a53545c
parenta2259435d681f62d0d4737d086ff320c7e18b9d2 (diff)
downloadATCD-dfb8248804f2a5b740a35c781bfa3e5ee3883f5d.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: New file: * tests/DSI_Gateway/run_exception_test.pl: 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 new script 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-02a8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 6e1e9c80165..7f791ae719e 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -20,6 +20,10 @@ Wed May 09 14:07:56 2001 Jeff Parsons <parsons@cs.wustl.edu>
* tests/DSI_Gateway/test_i.cpp:
* tests/DSI_Gateway/test_i.h:
+ New file:
+
+ * tests/DSI_Gateway/run_exception_test.pl:
+
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
@@ -27,8 +31,8 @@ Wed May 09 14:07:56 2001 Jeff Parsons <parsons@cs.wustl.edu>
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
+ now be run normally, as before, or with a new script
+ that tests the passing of a user exception
from the server, through the gateway and back to the
client. This closes [BUGID:500].