summaryrefslogtreecommitdiff
path: root/ACE/protocols/ace/HTBP/HTBP_Channel.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/protocols/ace/HTBP/HTBP_Channel.inl')
-rw-r--r--ACE/protocols/ace/HTBP/HTBP_Channel.inl12
1 files changed, 6 insertions, 6 deletions
diff --git a/ACE/protocols/ace/HTBP/HTBP_Channel.inl b/ACE/protocols/ace/HTBP/HTBP_Channel.inl
index 0807c14dd96..c0ffb7ec252 100644
--- a/ACE/protocols/ace/HTBP/HTBP_Channel.inl
+++ b/ACE/protocols/ace/HTBP/HTBP_Channel.inl
@@ -3,7 +3,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_INLINE
ACE::HTBP::Session *
-ACE::HTBP::Channel::session (void) const
+ACE::HTBP::Channel::session () const
{
return this->session_;
}
@@ -22,7 +22,7 @@ ACE::HTBP::Channel::session (ACE::HTBP::Session *s)
// should not be stored.
ACE_INLINE
ACE::HTBP::Filter *
-ACE::HTBP::Channel::filter (void) const
+ACE::HTBP::Channel::filter () const
{
return this->filter_;
}
@@ -60,7 +60,7 @@ ACE::HTBP::Channel::close (void)
ACE_INLINE
ACE::HTBP::Channel::State
-ACE::HTBP::Channel::state (void) const
+ACE::HTBP::Channel::state () const
{
return this->state_;
}
@@ -74,7 +74,7 @@ ACE::HTBP::Channel::leftovers (void)
ACE_INLINE
size_t
-ACE::HTBP::Channel::data_len(void) const
+ACE::HTBP::Channel::data_len() const
{
return this->data_len_;
}
@@ -88,7 +88,7 @@ ACE::HTBP::Channel::data_len(size_t n)
ACE_INLINE
size_t
-ACE::HTBP::Channel::data_consumed(void) const
+ACE::HTBP::Channel::data_consumed() const
{
return this->data_consumed_;
}
@@ -96,7 +96,7 @@ ACE::HTBP::Channel::data_consumed(void) const
ACE_INLINE
const ACE_SOCK_Stream&
-ACE::HTBP::Channel::ace_stream (void) const
+ACE::HTBP::Channel::ace_stream () const
{
return this->ace_stream_;
}