diff options
author | joeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-01-18 21:36:36 +0000 |
---|---|---|
committer | joeh <joeh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-01-18 21:36:36 +0000 |
commit | fec76682596feddc9011ae25edaecf69977d0c70 (patch) | |
tree | f78e3d451bff1248b6d61966d7af83fe0845e223 /ace/ATM_Connector.h | |
parent | e77a278580a8905e097f21635d0f09720da609aa (diff) | |
download | ATCD-fec76682596feddc9011ae25edaecf69977d0c70.tar.gz |
Adding changes for FORE's latest NT support
Diffstat (limited to 'ace/ATM_Connector.h')
-rw-r--r-- | ace/ATM_Connector.h | 19 |
1 files changed, 8 insertions, 11 deletions
diff --git a/ace/ATM_Connector.h b/ace/ATM_Connector.h index 5a405d1b79f..0202bb1def1 100644 --- a/ace/ATM_Connector.h +++ b/ace/ATM_Connector.h @@ -109,19 +109,16 @@ public: // the connected ACE_SOCK_Stream. If <remote_sap> is non-NULL then it // will contain the address of the connected peer. + //int add_leaf (ACE_ATM_Stream ¤t_stream, + // const ACE_Addr &remote_sap, + // ACE_INT32 leaf_id, + // ACE_Time_Value *timeout = 0); int add_leaf (ACE_ATM_Stream ¤t_stream, const ACE_Addr &remote_sap, - ACE_INT32 leaf_id, - ACE_Time_Value *timeout = 0); - // Actively add a leaf to the currently connected stream (i.e., - // multicast). The <remote_sap> is the address of the leaf that we - // are trying to add. The <timeout> is the amount of time to wait to - // connect. If it's 0 then we block indefinitely. If *timeout == - // {0, 0} then the connection is done using non-blocking mode. In - // this case, if the connection can't be made immediately the value - // of -1 is returned with <errno == EWOULDBLOCK>. If *timeout > - // {0, 0} then this is the amount of time to wait before timing out. - // If the time expires before the connection is made <errno == ETIME>. + ACE_ATM_QoS &qos); + // Actively add a leaf to the root (i.e., point-to-multipoint). The + // <remote_sap> is the address of the leaf that we + // are trying to add. int reset_new_handle (ACE_HANDLE handle); // Resets any event associations on this handle |