summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-03-02 12:34:08 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-03-02 12:34:08 +0000
commit5d9eeb46fbae6b09c929f8bc4eaacf23d381a1cf (patch)
tree618a8cb52f20a3eb9329a1fce7e267e7114a88d2
parent9564b5eb380216d552ac952cf6050a87e51c49c3 (diff)
downloadATCD-5d9eeb46fbae6b09c929f8bc4eaacf23d381a1cf.tar.gz
ChangeLogTag: Wed Mar 2 12:33:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/ChangeLog6
-rw-r--r--TAO/examples/POA/DSI/client.cpp2
2 files changed, 8 insertions, 0 deletions
diff --git a/TAO/ChangeLog b/TAO/ChangeLog
index afeb7b0905c..050128e8811 100644
--- a/TAO/ChangeLog
+++ b/TAO/ChangeLog
@@ -1,3 +1,9 @@
+Wed Mar 2 12:33:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
+
+ * examples/POA/DSI/client.cpp:
+ Added extra debug line to see if the client gets an exception on the
+ destroy_entry or on the shutdown method
+
Wed Mar 2 11:57:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
* tao/PortableServer/Servant_Base.cpp:
diff --git a/TAO/examples/POA/DSI/client.cpp b/TAO/examples/POA/DSI/client.cpp
index d947e355cb7..f3361796b0b 100644
--- a/TAO/examples/POA/DSI/client.cpp
+++ b/TAO/examples/POA/DSI/client.cpp
@@ -210,6 +210,8 @@ main (int argc, char **argv)
ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
+ ACE_OS::strcpy (str, "Shutdown server");
+
if (shutdown_server)
{
database_agent->shutdown (ACE_ENV_SINGLE_ARG_PARAMETER);