diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-15 04:12:16 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-04-15 04:12:16 +0000 |
commit | 16aa27527b9abccbe0c43bb648c7fa21a9729102 (patch) | |
tree | 8d31e03aaf2d6241cb3230c3d8f17c7247fa6c49 /ace/SPIPE_Acceptor.h | |
parent | faf8e1f2fe08ab2c76090ebb678b5fedfd497754 (diff) | |
download | ATCD-16aa27527b9abccbe0c43bb648c7fa21a9729102.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/SPIPE_Acceptor.h')
-rw-r--r-- | ace/SPIPE_Acceptor.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/SPIPE_Acceptor.h b/ace/SPIPE_Acceptor.h index 4035a6492e5..3863625d489 100644 --- a/ace/SPIPE_Acceptor.h +++ b/ace/SPIPE_Acceptor.h @@ -64,6 +64,10 @@ public: // block forever, a <timeout> of {0, 0} means poll. <restart> == 1 // means "restart if interrupted." + // = 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. |