summaryrefslogtreecommitdiff
path: root/ace/FILE.h
diff options
context:
space:
mode:
authornw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-26 06:37:50 +0000
committernw1 <nw1@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-06-26 06:37:50 +0000
commit66bf2106ce99bd77febae3f4164f1dbc17e4aacb (patch)
tree4e859eb55edd569c619071a8cf1463d8fe4c5ff0 /ace/FILE.h
parent2df950ee5f5f41b4ec601957c4085a8cd006e1bf (diff)
downloadATCD-66bf2106ce99bd77febae3f4164f1dbc17e4aacb.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/FILE.h')
-rw-r--r--ace/FILE.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ace/FILE.h b/ace/FILE.h
index 3ef2cf27fc4..8558a6ec5ff 100644
--- a/ace/FILE.h
+++ b/ace/FILE.h
@@ -70,6 +70,11 @@ public:
void dump (void) const;
// Dump the state of an object.
+ int disable (int signum) const ;
+ // Disable signal <signum>
+ // This is here to prevent Win32 from
+ // disabling SPIPE using socket calls
+
ACE_ALLOC_HOOK_DECLARE;
// Declare the dynamic allocation hooks.