summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer
diff options
context:
space:
mode:
authorarvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-09-20 22:26:07 +0000
committerarvindk <arvindk@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2005-09-20 22:26:07 +0000
commit312cb151305e39b0b084e8dc5730b4df9e0e3066 (patch)
treebefae6bf17108b1d3c7ed205db3580dbdb058d31 /TAO/tao/PortableServer
parent87089a36fb442c95a5f30c3d3a706c702e25b25e (diff)
downloadATCD-312cb151305e39b0b084e8dc5730b4df9e0e3066.tar.gz
ChangelogTag: Tue Sep 20 17:23:37 2005 Arvind S. Krishna <arvindk@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/PortableServer')
-rw-r--r--TAO/tao/PortableServer/Servant_Base.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/TAO/tao/PortableServer/Servant_Base.cpp b/TAO/tao/PortableServer/Servant_Base.cpp
index 0ea81d9f901..170196e7695 100644
--- a/TAO/tao/PortableServer/Servant_Base.cpp
+++ b/TAO/tao/PortableServer/Servant_Base.cpp
@@ -16,6 +16,8 @@
#include "ace/Dynamic_Service.h"
#include "ace/OS_NS_string.h"
+//@@ TAO_SERVANT_BASE_INCLUDE_ADD_HOOK
+
ACE_RCSID (PortableServer,
Servant_Base,
"$Id$")
@@ -238,6 +240,12 @@ void TAO_ServantBase::synchronous_upcall_dispatch (TAO_ServerRequest & req,
ACE_ENV_ARG_PARAMETER);
ACE_TRY_CHECK;
+ /*
+ * Dispatch resolution specialization add hook.
+ * Over-ridden with code to handle optimized dispatch.
+ */
+ //@@ TAO_DISPATCH_RESOLUTION_OPT_ADD_HOOK
+
// It is our job to send the already marshaled reply, but only
// send if it is expected and it has not already been sent