diff options
Diffstat (limited to 'TAO/tao/DynamicInterface/Dynamic_Implementation.cpp')
-rw-r--r-- | TAO/tao/DynamicInterface/Dynamic_Implementation.cpp | 5 |
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 ()) |