From c15d50265f5d44d60ba084fd4ac609f859e10de4 Mon Sep 17 00:00:00 2001 From: mayur Date: Tue, 23 Jul 2002 22:22:20 +0000 Subject: Tue Jul 23 15:19:00 2002 Mayur Deshpande --- TAO/ChangeLog | 7 +++++++ TAO/tests/AMH_Exceptions/client.cpp | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 767ca279bd6..87346154687 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,10 @@ +Tue Jul 23 15:19:00 2002 Mayur Deshpande + + * tests/AMH_Exceptions/client.cpp (main): + Changed 'int time' to 'Test::Timestamp time'. This should now + fix BCB. Thanks to Ossama Othman for + the suggestion. + Tue Jul 23 17:15:31 2002 Nanbor Wang * tao/PortableServer/Collocated_Object.cpp diff --git a/TAO/tests/AMH_Exceptions/client.cpp b/TAO/tests/AMH_Exceptions/client.cpp index 9a1c33e2650..9ff92b2933d 100644 --- a/TAO/tests/AMH_Exceptions/client.cpp +++ b/TAO/tests/AMH_Exceptions/client.cpp @@ -30,7 +30,7 @@ main (int argc, char *argv[]) 1); } - int time = 10; + Test::Timestamp time = 10; roundtrip->test_method (time ACE_ENV_ARG_PARAMETER); ACE_TRY_CHECK; } -- cgit v1.2.1