summaryrefslogtreecommitdiff
path: root/TAO/tao/Default_Protocols_Hooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Default_Protocols_Hooks.h')
-rw-r--r--TAO/tao/Default_Protocols_Hooks.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Default_Protocols_Hooks.h b/TAO/tao/Default_Protocols_Hooks.h
index 550d3587610..ce1e7b2d473 100644
--- a/TAO/tao/Default_Protocols_Hooks.h
+++ b/TAO/tao/Default_Protocols_Hooks.h
@@ -71,6 +71,10 @@ public:
virtual int set_default_policies (CORBA::Environment &ACE_TRY_ENV);
+ /// Sets the default ServerProtocolPolicy.
+ virtual int set_default_server_protocol_policy (TAO_Acceptor_Registry &acceptor_registry,
+ CORBA::Environment &ACE_TRY_ENV);
+
};
#if defined (__ACE_INLINE__)