diff options
author | vishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-03 01:26:46 +0000 |
---|---|---|
committer | vishal <vishal@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-03 01:26:46 +0000 |
commit | 5c1a555ba10936fbc2a9426bba363b73ab8e0037 (patch) | |
tree | 82ce9a09bf4dbaddad2733b03df0d344f3dd3ab1 /ace/SOCK.h | |
parent | 9a60fc460b1d639aef1bac01327b6b08b2df89cf (diff) | |
download | ATCD-5c1a555ba10936fbc2a9426bba363b73ab8e0037.tar.gz |
Sun Apr 2 20:19:36 2000 Vishal Kachroo <vishal@cs.wustl.edu>
Diffstat (limited to 'ace/SOCK.h')
-rw-r--r-- | ace/SOCK.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ace/SOCK.h b/ace/SOCK.h index 84e4d7af2bf..4c02306a523 100644 --- a/ace/SOCK.h +++ b/ace/SOCK.h @@ -88,16 +88,6 @@ public: u_long flags, int reuse_addr); // Wrapper around the QoS-enabled <WSASocket> function. - - int join_qos_session (ACE_QoS_Session *qos_session); - // Join the given QoS session. A socket can join multiple QoS - // sessions. This call adds the given QoS session to the list of - // QoS sessions that the socket has already joined. - - typedef ACE_Unbounded_Set <ACE_QoS_Session *> ACE_QOS_SESSION_SET; - - ACE_QOS_SESSION_SET qos_session_set (void); - // Get the QoS session set. protected: ACE_SOCK (int type, @@ -121,8 +111,6 @@ protected: // Default constructor is private to prevent instances of this class // from being defined. - ACE_QOS_SESSION_SET qos_session_set_; - // Set of QoS sessions that this socket has joined. }; #if !defined (ACE_LACKS_INLINE_FUNCTIONS) |