summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace/HTBP/HTBP_Stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/ace/HTBP/HTBP_Stream.h')
-rw-r--r--ACE/protocols/ace/HTBP/HTBP_Stream.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/ACE/protocols/ace/HTBP/HTBP_Stream.h b/ACE/protocols/ace/HTBP/HTBP_Stream.h
index 50630da7720..4ec5198baef 100644
--- a/ACE/protocols/ace/HTBP/HTBP_Stream.h
+++ b/ACE/protocols/ace/HTBP/HTBP_Stream.h
@@ -90,7 +90,7 @@ namespace ACE
Stream (Session *s = 0);
/// Destructor.
- ~Stream (void);
+ ~Stream ();
// = I/O functions.
@@ -211,17 +211,17 @@ namespace ACE
size_t *bytes_transferred = 0) const;
// = Selectively close endpoints. / Close down the reader.
- int close_reader (void);
+ int close_reader ();
/// Close down the writer.
- int close_writer (void);
+ int close_writer ();
/**
* Close down the socket (we need this to make things work correctly
* on Win32, which requires use to do a <close_writer> before doing
* the close to avoid losing data).
*/
- int close (void);
+ int close ();
// = Meta-type info
typedef Addr PEER_ADDR;