diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-24 05:37:39 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-24 05:37:39 +0000 |
commit | 308ecca3a755fde13b439781861758226cb39dd7 (patch) | |
tree | 37ee52ac27151533bbf87105adcda724618b1f28 /ace/SPIPE.h | |
parent | 216baf36ba164c721ec63c9fcd5f99ec7ce7d8fc (diff) | |
download | ATCD-308ecca3a755fde13b439781861758226cb39dd7.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/SPIPE.h')
-rw-r--r-- | ace/SPIPE.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/SPIPE.h b/ace/SPIPE.h index f99d211816d..14b45efd23f 100644 --- a/ace/SPIPE.h +++ b/ace/SPIPE.h @@ -36,6 +36,11 @@ public: int get_local_addr (ACE_SPIPE_Addr &) const; // Return the local address of this endpoint. + int disable (int signum) const ; + // Disable signal <signum> + // This is here to prevent Win32 from + // disabling SPIPE using socket calls + void dump (void) const; // Dump the state of an object. |