summaryrefslogtreecommitdiff
path: root/ACE/ace/Read_Buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Read_Buffer.h')
-rw-r--r--ACE/ace/Read_Buffer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/Read_Buffer.h b/ACE/ace/Read_Buffer.h
index f71f67b8562..ea5cbb0c004 100644
--- a/ACE/ace/Read_Buffer.h
+++ b/ACE/ace/Read_Buffer.h
@@ -76,14 +76,14 @@ public:
int replace = '\0');
/// Returns the number of characters replaced during a @c read.
- size_t replaced (void) const;
+ size_t replaced () const;
/// Returns the size of the allocated buffer obtained during a
/// @c read, not including the null terminator.
- size_t size (void) const;
+ size_t size () const;
/// Returns a pointer to its allocator.
- ACE_Allocator *alloc (void) const;
+ ACE_Allocator *alloc () const;
/// Dump the state of the object.
void dump () const;