diff options
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, |