summaryrefslogtreecommitdiff
path: root/TAO/performance-tests/Protocols/receiver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/performance-tests/Protocols/receiver.cpp')
-rw-r--r--TAO/performance-tests/Protocols/receiver.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/performance-tests/Protocols/receiver.cpp b/TAO/performance-tests/Protocols/receiver.cpp
index 4c574652212..752687fe1c8 100644
--- a/TAO/performance-tests/Protocols/receiver.cpp
+++ b/TAO/performance-tests/Protocols/receiver.cpp
@@ -131,7 +131,7 @@ test_i::start_test (CORBA::Long session_id,
CORBA::ULong invocation_rate,
CORBA::ULong message_size,
CORBA::ULong iterations
- ACE_ENV_ARG_DECL)
+ ACE_ENV_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
if (TAO_debug_level > 0)
@@ -174,7 +174,7 @@ test_i::start_test (CORBA::Long session_id,
}
void
-test_i::end_test (ACE_ENV_SINGLE_ARG_DECL)
+test_i::end_test (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
// Record end time.
@@ -238,13 +238,13 @@ test_i::end_test (ACE_ENV_SINGLE_ARG_DECL)
}
void
-test_i::oneway_sync (ACE_ENV_SINGLE_ARG_DECL)
+test_i::oneway_sync (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
}
void
-test_i::twoway_sync (ACE_ENV_SINGLE_ARG_DECL)
+test_i::twoway_sync (ACE_ENV_SINGLE_ARG_DECL_NOT_USED)
ACE_THROW_SPEC ((CORBA::SystemException))
{
}
@@ -399,7 +399,7 @@ main (int argc, char **argv)
ACE_OS::fprintf (output_file,
"%s",
ior.in ());
- ACE_ASSERT (result == ACE_OS::strlen (ior));
+ ACE_ASSERT (result == ACE_OS::strlen (ior.in ()));
ACE_UNUSED_ARG (result);
ACE_OS::fclose (output_file);