summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/SCIOP_Connection_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/SCIOP_Connection_Handler.h')
-rw-r--r--TAO/tao/Strategies/SCIOP_Connection_Handler.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/TAO/tao/Strategies/SCIOP_Connection_Handler.h b/TAO/tao/Strategies/SCIOP_Connection_Handler.h
index 2a43c03057c..a7cf9124ed2 100644
--- a/TAO/tao/Strategies/SCIOP_Connection_Handler.h
+++ b/TAO/tao/Strategies/SCIOP_Connection_Handler.h
@@ -42,9 +42,6 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
typedef ACE_Svc_Handler<ACE_SOCK_SEQPACK_ASSOCIATION, ACE_NULL_SYNCH>
TAO_SCIOP_SVC_HANDLER;
-// Forward Decls
-class TAO_Pluggable_Messaging;
-
// ****************************************************************
/**
@@ -108,6 +105,7 @@ public:
/// Set Diff-Serv codepoint on outgoing packets.
int set_dscp_codepoint (CORBA::Boolean set_network_priority);
+ int set_dscp_codepoint (CORBA::Long dscp);
protected:
@@ -121,6 +119,9 @@ protected:
*/
TAO_SCIOP_Connection_Handler (TAO_ORB_Core *orb_core);
+ /// Helper method needed by the set_dscp_codepoint () methods
+ int set_tos (int tos);
+
//@{
/**
* @name TAO_Connection Handler overloads