diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-03-28 02:33:27 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-03-28 02:33:27 +0000 |
commit | ef4497bff2b2f8174e7e86a57ca4a4920fe0f39d (patch) | |
tree | cdd24e07476f49f1f8582d17e795760f4220672a /ace/SPIPE_Connector.h | |
parent | 316df31de5019b8ae60daf55f3f99968bbbe02c0 (diff) | |
download | ATCD-ef4497bff2b2f8174e7e86a57ca4a4920fe0f39d.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/SPIPE_Connector.h')
-rw-r--r-- | ace/SPIPE_Connector.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/SPIPE_Connector.h b/ace/SPIPE_Connector.h index bc659f9ae8e..282836552a9 100644 --- a/ace/SPIPE_Connector.h +++ b/ace/SPIPE_Connector.h @@ -76,6 +76,10 @@ public: // The <flags> and <perms> arguments are passed down to the open() // method. + // = Meta-type info + typedef ACE_SPIPE_Addr PEER_ADDR; + typedef ACE_SPIPE_Stream PEER_STREAM; + void dump (void) const; // Dump the state of an object. |