summaryrefslogtreecommitdiff
path: root/ACE/ace/Read_Buffer.inl
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Read_Buffer.inl')
-rw-r--r--ACE/ace/Read_Buffer.inl6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/Read_Buffer.inl b/ACE/ace/Read_Buffer.inl
index cadd0077464..8f8d5b6a06b 100644
--- a/ACE/ace/Read_Buffer.inl
+++ b/ACE/ace/Read_Buffer.inl
@@ -4,7 +4,7 @@ ACE_BEGIN_VERSIONED_NAMESPACE_DECL
// Accessor to the number of bytes in the buffer.
ACE_INLINE size_t
-ACE_Read_Buffer::size (void) const
+ACE_Read_Buffer::size () const
{
ACE_TRACE ("ACE_Read_Buffer::size");
return this->size_;
@@ -13,14 +13,14 @@ ACE_Read_Buffer::size (void) const
// The total number of characters replaced.
ACE_INLINE size_t
-ACE_Read_Buffer::replaced (void) const
+ACE_Read_Buffer::replaced () const
{
ACE_TRACE ("ACE_Read_Buffer::replaced");
return this->occurrences_;
}
ACE_INLINE ACE_Allocator *
-ACE_Read_Buffer::alloc (void) const
+ACE_Read_Buffer::alloc () const
{
ACE_TRACE ("ACE_Read_Buffer::alloc");
return this->allocator_;