summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorelliott_c <ocielliottc@users.noreply.github.com>2002-05-13 12:42:13 +0000
committerelliott_c <ocielliottc@users.noreply.github.com>2002-05-13 12:42:13 +0000
commit8c09201bf7876693c68d4b0e335df6b65b431174 (patch)
treef44c18af146ad69d236ce44670014340c542b7c6
parent24d443360b5a2a1de5b0a7271d0e89688d851279 (diff)
downloadATCD-8c09201bf7876693c68d4b0e335df6b65b431174.tar.gz
ChangeLogTag: Mon May 13 07:40:34 2002 Chad Elliott <elliott_c@ociweb.com>
-rw-r--r--TAO/ChangeLogs/ChangeLog-02a6
-rw-r--r--TAO/tests/RTCORBA/Linear_Priority/client.cpp2
2 files changed, 7 insertions, 1 deletions
diff --git a/TAO/ChangeLogs/ChangeLog-02a b/TAO/ChangeLogs/ChangeLog-02a
index f8c0c6b74e7..4e00b825076 100644
--- a/TAO/ChangeLogs/ChangeLog-02a
+++ b/TAO/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Mon May 13 07:40:34 2002 Chad Elliott <elliott_c@ociweb.com>
+
+ * tests/RTCORBA/Linear_Priority/client.cpp:
+
+ Change ACE_ENV_ARG_PARAMETER to ACE_ENV_SINGLE_ARG_PARAMETER.
+
Fri May 10 18:16:50 2002 Irfan Pyarali <irfan@cs.wustl.edu>
* tests/RTCORBA/Linear_Priority/client.cpp (validate_connection):
diff --git a/TAO/tests/RTCORBA/Linear_Priority/client.cpp b/TAO/tests/RTCORBA/Linear_Priority/client.cpp
index 4dfb03126a3..d20b9df9842 100644
--- a/TAO/tests/RTCORBA/Linear_Priority/client.cpp
+++ b/TAO/tests/RTCORBA/Linear_Priority/client.cpp
@@ -135,7 +135,7 @@ Worker_Thread::svc (void)
ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
- this->validate_connection (ACE_ENV_ARG_PARAMETER);
+ this->validate_connection (ACE_ENV_SINGLE_ARG_PARAMETER);
ACE_TRY_CHECK;
for (int i = 0; i < iterations; i++)