summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-02-05 20:34:53 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-02-05 20:34:53 +0000
commitccb933d3c26a5be02cd780cd58d450726dec8ac7 (patch)
treeeb3734cc235116046216e6201819a02d64a21181
parent91c64e3e4fb9ca5d4c1618f1559d4aa536849714 (diff)
downloadATCD-ccb933d3c26a5be02cd780cd58d450726dec8ac7.tar.gz
ChangeLogTag:Mon Feb 5 12:33:44 2001 Ossama Othman <ossama@uci.edu>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a7
-rw-r--r--TAO/tests/Portable_Interceptors/Benchmark/interceptors.cpp4
2 files changed, 9 insertions, 2 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index 4c578b063a6..05b70d43bef 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,10 @@
+Mon Feb 5 12:33:44 2001 Ossama Othman <ossama@uci.edu>
+
+ * tests/Portable_Interceptors/Benchmark/interceptors.cpp
+ (send_request):
+
+ Corrected typo. ACE_TRY_CHECK --> ACE_TRY_ENV.
+
Mon Feb 5 12:27:14 2001 Ossama Othman <ossama@uci.edu>
* tao/ORB_Core.cpp (fini):
diff --git a/TAO/tests/Portable_Interceptors/Benchmark/interceptors.cpp b/TAO/tests/Portable_Interceptors/Benchmark/interceptors.cpp
index c4a74028a82..ea7074f458c 100644
--- a/TAO/tests/Portable_Interceptors/Benchmark/interceptors.cpp
+++ b/TAO/tests/Portable_Interceptors/Benchmark/interceptors.cpp
@@ -557,8 +557,8 @@ Vault_Client_Request_Dynamic_Interceptor::send_request (
if (ACE_OS::strcmp (op.in (), "update_records") == 0)
{
- Dynamic::ParameterList_var paramlist =
- ri->arguments (ACE_TRY_CHECK);
+ Dynamic::ParameterList_var paramlist =
+ ri->arguments (ACE_TRY_ENV);
ACE_CHECK;
Test_Interceptors::Secure_Vault::Record *record;