diff options
author | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-24 05:55:52 +0000 |
---|---|---|
committer | nw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1997-06-24 05:55:52 +0000 |
commit | 484d6481a1d952bb9b8aff648769b74be9e02d3d (patch) | |
tree | f04fdefe8749316add3bb614cd523782d044d174 /ace/SPIPE.h | |
parent | 6350e7e924cca0be0827ec67414a2ec3006e4e1e (diff) | |
download | ATCD-484d6481a1d952bb9b8aff648769b74be9e02d3d.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/SPIPE.h')
-rw-r--r-- | ace/SPIPE.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/ace/SPIPE.h b/ace/SPIPE.h index 14b45efd23f..f99d211816d 100644 --- a/ace/SPIPE.h +++ b/ace/SPIPE.h @@ -36,11 +36,6 @@ 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. |