summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace/HTBP/HTBP_Channel.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/ace/HTBP/HTBP_Channel.h')
-rw-r--r--ACE/protocols/ace/HTBP/HTBP_Channel.h26
1 files changed, 13 insertions, 13 deletions
diff --git a/ACE/protocols/ace/HTBP/HTBP_Channel.h b/ACE/protocols/ace/HTBP/HTBP_Channel.h
index b1b59f0b295..790f104c039 100644
--- a/ACE/protocols/ace/HTBP/HTBP_Channel.h
+++ b/ACE/protocols/ace/HTBP/HTBP_Channel.h
@@ -86,7 +86,7 @@ namespace ACE
Channel (ACE_HANDLE h);
/// Destructor.
- ~Channel (void);
+ ~Channel ();
enum State {
Init,
@@ -158,17 +158,17 @@ namespace ACE
// = 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 ACE_INET_Addr PEER_ADDR;
@@ -183,14 +183,14 @@ namespace ACE
Session *session () const;
void session (Session *);
- Notifier *notifier (void);
+ Notifier *notifier ();
void register_notifier (ACE_Reactor *r);
ACE_HANDLE get_handle () const;
const ACE_SOCK_Stream &ace_stream () const;
- ACE_SOCK_Stream &ace_stream (void);
+ ACE_SOCK_Stream &ace_stream ();
///@notes Added the following methods to continue with
/// current compilation of HTIOP. Might not be needed in
@@ -214,22 +214,22 @@ namespace ACE
//@}
// buffer related methods.
- ACE_Message_Block &leftovers (void);
+ ACE_Message_Block &leftovers ();
size_t data_len () const;
void data_len (size_t n);
size_t data_consumed () const;
void data_consumed (size_t n);
- int load_buffer (void);
- int flush_buffer (void);
- int recv_ack (void);
- int send_ack (void);
+ int load_buffer ();
+ int flush_buffer ();
+ int recv_ack ();
+ int send_ack ();
unsigned long request_count();
Filter *filter () const;
void filter (Filter *);
State state () const;
void state (Channel::State s);
- int pre_recv(void);
- int consume_error (void);
+ int pre_recv();
+ int consume_error ();
private:
/// The filter_ is a pluggable component used to manage the