diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-17 00:55:40 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-07-17 00:55:40 +0000 |
commit | a63b47ad25895e835de824d486154b530ce44679 (patch) | |
tree | a8f615b49f8a0a12966b5728d291fd0ef9c3c6ed /ace/ACE.h | |
parent | 1de5f9a29dc1d8465108b1ced4b09de35f2cf807 (diff) | |
download | ATCD-a63b47ad25895e835de824d486154b530ce44679.tar.gz |
ChangeLogTag:Fri Jul 16 19:41:05 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'ace/ACE.h')
-rw-r--r-- | ace/ACE.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/ACE.h b/ace/ACE.h index 7ff95db5d77..59d5373d78b 100644 --- a/ace/ACE.h +++ b/ace/ACE.h @@ -72,6 +72,9 @@ public: static u_int compiler_beta_version (void); // E.g., the "0" in SunPro C++ 4.32.0 + static int out_of_file_descriptors (int error); + // Check if error indicates the process being out of file descriptors. + // = Recv operations that factor out differences between Win32 and UNIX. static ssize_t recv (ACE_HANDLE handle, void *buf, |