From e686f441f22456ff8cc912c3a103404ad7cd6aca Mon Sep 17 00:00:00 2001 From: Steve Huston Date: Sat, 22 Nov 1997 21:51:54 +0000 Subject: Added meta-type information PEER_ADDR and PEER_STREAM. --- ace/UPIPE_Connector.h | 4 ++++ 1 file changed, 4 insertions(+) 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. -- cgit v1.2.1