diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-25 05:45:29 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-04-25 05:45:29 +0000 |
commit | 2a86d1d9de55aa52d35724af2e5a36ebe4572c0b (patch) | |
tree | 0a2fc5331b33587b143a712dc9f5d75553c3a2d1 /ace/FILE_IO.h | |
parent | 043a67bf38b04a8b8df4b160d6e80d4fdca778c8 (diff) | |
download | ATCD-2a86d1d9de55aa52d35724af2e5a36ebe4572c0b.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/FILE_IO.h')
-rw-r--r-- | ace/FILE_IO.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ace/FILE_IO.h b/ace/FILE_IO.h index 436621ff518..99f97a29aba 100644 --- a/ace/FILE_IO.h +++ b/ace/FILE_IO.h @@ -1,7 +1,6 @@ /* -*- C++ -*- */ // $Id$ - // ============================================================================ // // = LIBRARY @@ -57,7 +56,7 @@ public: ssize_t send (const ACE_Str_Buf *cntl, const ACE_Str_Buf *data, int band, - int flags = 0) const; + int flags) const; // Send bytes via STREAM pipes using "band" mode. ssize_t recv (ACE_Str_Buf *cntl, |