summaryrefslogtreecommitdiff
path: root/ace/Read_Buffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Read_Buffer.h')
-rw-r--r--ace/Read_Buffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Read_Buffer.h b/ace/Read_Buffer.h
index 49f3acc99e0..d1b9f9d93b1 100644
--- a/ace/Read_Buffer.h
+++ b/ace/Read_Buffer.h
@@ -22,6 +22,7 @@
#include "ace/Malloc.h"
class ACE_Export ACE_Read_Buffer
+{
// = TITLE
// Efficiently reads an artibrarily large buffer from an input
// stream up to an including a termination character. Also
@@ -34,7 +35,6 @@ class ACE_Export ACE_Read_Buffer
// allocation and make only one copy of the data. It uses
// recursion and the run-time stack to accomplish this
// efficiently.
-{
public:
// = Initialization and termination methods.
ACE_Read_Buffer (FILE *fp, int close_on_delete = 0, ACE_Allocator * = 0);