summaryrefslogtreecommitdiff
path: root/TAO/tao/Network_Priority_Protocols_Hooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Network_Priority_Protocols_Hooks.h')
-rw-r--r--TAO/tao/Network_Priority_Protocols_Hooks.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/TAO/tao/Network_Priority_Protocols_Hooks.h b/TAO/tao/Network_Priority_Protocols_Hooks.h
index f76db69ebe8..9a8c0f38fb9 100644
--- a/TAO/tao/Network_Priority_Protocols_Hooks.h
+++ b/TAO/tao/Network_Priority_Protocols_Hooks.h
@@ -51,14 +51,6 @@ public:
CORBA::Object *object) = 0;
virtual CORBA::Long get_dscp_codepoint (TAO_Service_Context &req) = 0;
-
- virtual void np_service_context (TAO_Stub *stub,
- TAO_Service_Context &service_context,
- CORBA::Boolean restart) = 0;
-
- virtual void add_rep_np_service_context_hook (
- TAO_Service_Context &service_context,
- CORBA::Long &dscp_codepoint) = 0;
};
TAO_END_VERSIONED_NAMESPACE_DECL