From 6fa5c86b9cae9a91b858ee93fdbef9d5c1eaffd4 Mon Sep 17 00:00:00 2001 From: mk1 Date: Fri, 2 Mar 2001 21:20:16 +0000 Subject: ChangeLogTag: Fri Mar 02 15:20:32 2001 Michael Kircher --- TAO/ChangeLogs/ChangeLog-02a | 8 +++++++- TAO/tests/AMI_Timeouts/timeout_client.cpp | 2 +- 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 + + * tests/AMI_Timeouts/timout_client.cpp: + + Fixed a missing ".in ()" on a var type. + Fri Mar 2 11:46:40 2001 Ossama Othman * tao/CodecFactory.cpp (create_codec): @@ -92,7 +98,7 @@ Fri Mar 02 07:25:50 2001 Ossama Othman Fixed a compile-time warning that occured on native exception builds. -Fri Mar 2 02:18:32 2001 Michael Kircher +Fri Mar 02 02:18:32 2001 Michael Kircher * 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); } -- cgit v1.2.1