summaryrefslogtreecommitdiff
path: root/TAO/tests/ZIOP/client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/ZIOP/client.cpp')
-rw-r--r--TAO/tests/ZIOP/client.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/ZIOP/client.cpp b/TAO/tests/ZIOP/client.cpp
index 5c7e8a0b585..a4c3cfd1a22 100644
--- a/TAO/tests/ZIOP/client.cpp
+++ b/TAO/tests/ZIOP/client.cpp
@@ -192,7 +192,7 @@ prepare_tests (CORBA::ORB_ptr orb, bool create_factories=true)
}
int
-check_results (CORBA::ORB_ptr orb, Test::Hello_ptr hello)
+check_results (CORBA::ORB_ptr orb)
{
#if defined TAO_HAS_ZIOP && TAO_HAS_ZIOP == 1
switch (test)
@@ -363,7 +363,7 @@ start_tests (Test::Hello_ptr hello, CORBA::ORB_ptr orb)
}
result += run_big_reply_test (hello);
- result += check_results (orb, hello);
+ result += check_results (orb);
return result;
}