summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/AdvSlotExt/server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Portable_Interceptors/AdvSlotExt/server.cpp')
-rw-r--r--TAO/tests/Portable_Interceptors/AdvSlotExt/server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/Portable_Interceptors/AdvSlotExt/server.cpp b/TAO/tests/Portable_Interceptors/AdvSlotExt/server.cpp
index 1a1256f6ad7..2e1f0fc57dc 100644
--- a/TAO/tests/Portable_Interceptors/AdvSlotExt/server.cpp
+++ b/TAO/tests/Portable_Interceptors/AdvSlotExt/server.cpp
@@ -124,7 +124,7 @@ public:
virtual void
send_reply (ServerRequestInfo_ptr ri) throw (SystemException)
{
- CORBA::String_var op = ri->operation (ACE_ENV_SINGLE_ARG_PARAMETER);
+ CORBA::String_var op = ri->operation ();
if (ACE_OS::strcmp (op.in (), "number") != 0)
return; // Don't mess with PICurrent if not invoking test method.