diff options
author | mcorino <mcorino@users.noreply.github.com> | 2011-12-08 09:07:48 +0000 |
---|---|---|
committer | mcorino <mcorino@users.noreply.github.com> | 2011-12-08 09:07:48 +0000 |
commit | a67fe0bc8c98af0f2f0b468857c51f21f47d8e72 (patch) | |
tree | e99132cffef6ff51e76a05dd9ef5fa29da7d2f6a /TAO/tao/DynamicInterface/Dynamic_Implementation.cpp | |
parent | 094ebad8a4a3fac5422728616e3181cf3d0928f2 (diff) | |
download | ATCD-RemedyWorkSAStart.tar.gz |
restart work sa branchRemedyWorkSAStart
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 ()) |