summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1997-11-22 21:51:54 +0000
committerSteve Huston <shuston@riverace.com>1997-11-22 21:51:54 +0000
commite686f441f22456ff8cc912c3a103404ad7cd6aca (patch)
tree326638eab859fe3b55d0e8bf108e23d5cf6ef403
parent7590183413f09a5e28361b5969a130ce3c90afed (diff)
downloadATCD-e686f441f22456ff8cc912c3a103404ad7cd6aca.tar.gz
Added meta-type information PEER_ADDR and PEER_STREAM.
-rw-r--r--ace/UPIPE_Connector.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/UPIPE_Connector.h b/ace/UPIPE_Connector.h
index 1819f67f2b6..38b0562ecb0 100644
--- a/ace/UPIPE_Connector.h
+++ b/ace/UPIPE_Connector.h
@@ -82,6 +82,10 @@ public:
int reset_new_handle (ACE_HANDLE handle);
// Resets any event associations on this handle
+ // = Meta-type info
+ typedef ACE_UPIPE_Addr PEER_ADDR;
+ typedef ACE_UPIPE_Stream PEER_STREAM;
+
void dump (void) const;
// Dump the state of an object.