summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Dynamic_Implementation.cpp
diff options
context:
space:
mode:
authormcorino <mcorino@users.noreply.github.com>2011-12-08 09:07:48 +0000
committermcorino <mcorino@users.noreply.github.com>2011-12-08 09:07:48 +0000
commita67fe0bc8c98af0f2f0b468857c51f21f47d8e72 (patch)
treee99132cffef6ff51e76a05dd9ef5fa29da7d2f6a /TAO/tao/DynamicInterface/Dynamic_Implementation.cpp
parent094ebad8a4a3fac5422728616e3181cf3d0928f2 (diff)
downloadATCD-RemedyWorkSAStart.tar.gz
restart work sa branchRemedyWorkSAStart
Diffstat (limited to 'TAO/tao/DynamicInterface/Dynamic_Implementation.cpp')
-rw-r--r--TAO/tao/DynamicInterface/Dynamic_Implementation.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/DynamicInterface/Dynamic_Implementation.cpp b/TAO/tao/DynamicInterface/Dynamic_Implementation.cpp
index a9495f3b888..1da6a6dd03f 100644
--- a/TAO/tao/DynamicInterface/Dynamic_Implementation.cpp
+++ b/TAO/tao/DynamicInterface/Dynamic_Implementation.cpp
@@ -112,8 +112,9 @@ TAO_DynamicImplementation::_create_stub (void)
}
void
-TAO_DynamicImplementation::_dispatch (TAO_ServerRequest &request,
- void * /* context */)
+TAO_DynamicImplementation::_dispatch (
+ TAO_ServerRequest &request,
+ TAO::Portable_Server::Servant_Upcall * /* context */)
{
// No need to do any of this if the client isn't waiting.
if (request.response_expected ())