summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1997-11-22 22:14:58 +0000
committerSteve Huston <shuston@riverace.com>1997-11-22 22:14:58 +0000
commite5bf8162ae6b0b7e458bc0dfa155885dab37f44a (patch)
treeb85f79ae07bed3617d60b3e7bd95b37ae3027bdf
parenta61e852e3c047c58429db665cc330826879dac87 (diff)
downloadATCD-e5bf8162ae6b0b7e458bc0dfa155885dab37f44a.tar.gz
Added PEER_ADDR and PEER_STREAM meta-type info.
-rw-r--r--ace/TLI_Connector.h4
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.