summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormayur <mayur@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-23 22:22:20 +0000
committermayur <mayur@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2002-07-23 22:22:20 +0000
commitc15d50265f5d44d60ba084fd4ac609f859e10de4 (patch)
tree7913269179394a5e20d35135ab6962e59f4e1d1c
parentb856f9bba5046cd457b59c790dd711e59eebd77d (diff)
downloadATCD-c15d50265f5d44d60ba084fd4ac609f859e10de4.tar.gz
Tue Jul 23 15:19:00 2002 Mayur Deshpande <mayur@ics.uci.edu>
-rw-r--r--TAO/ChangeLog7
-rw-r--r--TAO/tests/AMH_Exceptions/client.cpp2
2 files changed, 8 insertions, 1 deletions
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 <mayur@ics.uci.edu>
+
+ * tests/AMH_Exceptions/client.cpp (main):
+ Changed 'int time' to 'Test::Timestamp time'. This should now
+ fix BCB. Thanks to Ossama Othman <ossama@doc.ece.uci.edu> for
+ the suggestion.
+
Tue Jul 23 17:15:31 2002 Nanbor Wang <nanbor@cs.wustl.edu>
* 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;
}