summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-02 21:20:16 +0000
committermk1 <mk1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2001-03-02 21:20:16 +0000
commit6fa5c86b9cae9a91b858ee93fdbef9d5c1eaffd4 (patch)
tree9c14dd492128e76a2e0e9d57697fc607e9cb2596
parentddfaa55f79e298bdb2871173e5dc2490810b14c5 (diff)
downloadATCD-6fa5c86b9cae9a91b858ee93fdbef9d5c1eaffd4.tar.gz
ChangeLogTag: Fri Mar 02 15:20:32 2001 Michael Kircher <Michael.Kircher@mchp.siemens.de>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a8
-rw-r--r--TAO/tests/AMI_Timeouts/timeout_client.cpp2
2 files changed, 8 insertions, 2 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index e8328a3c48c..83ba68003e3 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Fri Mar 02 15:20:32 2001 Michael Kircher <Michael.Kircher@mchp.siemens.de>
+
+ * tests/AMI_Timeouts/timout_client.cpp:
+
+ Fixed a missing ".in ()" on a var type.
+
Fri Mar 2 11:46:40 2001 Ossama Othman <ossama@uci.edu>
* tao/CodecFactory.cpp (create_codec):
@@ -92,7 +98,7 @@ Fri Mar 02 07:25:50 2001 Ossama Othman <ossama@uci.edu>
Fixed a compile-time warning that occured on native exception
builds.
-Fri Mar 2 02:18:32 2001 Michael Kircher <Michael.Kircher@mchp.siemens.de>
+Fri Mar 02 02:18:32 2001 Michael Kircher <Michael.Kircher@mchp.siemens.de>
* tests/AMI_Timeouts/timeout_i.cpp:
* tests/AMI_Timeouts/server.cpp:
diff --git a/TAO/tests/AMI_Timeouts/timeout_client.cpp b/TAO/tests/AMI_Timeouts/timeout_client.cpp
index d7f7d6713ef..0f62a4f7b44 100644
--- a/TAO/tests/AMI_Timeouts/timeout_client.cpp
+++ b/TAO/tests/AMI_Timeouts/timeout_client.cpp
@@ -177,7 +177,7 @@ TimeoutClient::send (bool async,
if (async)
{
- timeoutObject_->sendc_sendTimeToWait (replyHandlerObject_,
+ timeoutObject_->sendc_sendTimeToWait (replyHandlerObject_.in (),
remote_sleep,
ACE_TRY_ENV);
}