diff options
author | Steve Huston <shuston@riverace.com> | 1997-11-22 22:14:58 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 1997-11-22 22:14:58 +0000 |
commit | e5bf8162ae6b0b7e458bc0dfa155885dab37f44a (patch) | |
tree | b85f79ae07bed3617d60b3e7bd95b37ae3027bdf /ace/TLI_Connector.h | |
parent | a61e852e3c047c58429db665cc330826879dac87 (diff) | |
download | ATCD-e5bf8162ae6b0b7e458bc0dfa155885dab37f44a.tar.gz |
Added PEER_ADDR and PEER_STREAM meta-type info.
Diffstat (limited to 'ace/TLI_Connector.h')
-rw-r--r-- | ace/TLI_Connector.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/TLI_Connector.h b/ace/TLI_Connector.h index ba4d1202ee8..7723132e8e0 100644 --- a/ace/TLI_Connector.h +++ b/ace/TLI_Connector.h @@ -93,6 +93,10 @@ public: int reset_new_handle (ACE_HANDLE handle); // Resets any event associations on this handle + // = Meta-type info + typedef ACE_INET_Addr PEER_ADDR; + typedef ACE_TLI_Stream PEER_STREAM; + void dump (void) const; // Dump the state of an object. |