summaryrefslogtreecommitdiff
path: root/TAO/tests/DSI_AMH/Roundtrip.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/DSI_AMH/Roundtrip.cpp')
-rw-r--r--TAO/tests/DSI_AMH/Roundtrip.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tests/DSI_AMH/Roundtrip.cpp b/TAO/tests/DSI_AMH/Roundtrip.cpp
index a3451a93331..3fd90cc406d 100644
--- a/TAO/tests/DSI_AMH/Roundtrip.cpp
+++ b/TAO/tests/DSI_AMH/Roundtrip.cpp
@@ -96,8 +96,7 @@ Roundtrip::_primary_interface (const PortableServer::ObjectId &,
void
Roundtrip::_dispatch (TAO_ServerRequest &request,
- void * //context
- )
+ TAO::Portable_Server::Servant_Upcall * /* context */)
{
// No need to do any of this if the client isn't waiting.
if (request.response_expected ())
@@ -148,8 +147,7 @@ Roundtrip::_dispatch (TAO_ServerRequest &request,
}
void
-Roundtrip::invoke (CORBA::ServerRequest_ptr request)
+Roundtrip::invoke (CORBA::ServerRequest_ptr)
{
- ACE_UNUSED_ARG (request);
throw CORBA::NO_IMPLEMENT();
}