summaryrefslogtreecommitdiff
path: root/ace/Read_Buffer.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-21 19:26:46 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-12-21 19:26:46 +0000
commit9e9254f32711d4ecf1e3f71b54982eaf6845388e (patch)
tree760551d54bece3e52d2f1cd3d05b26d9c1c1439b /ace/Read_Buffer.h
parent4ecd5d0edb663fdba4935912ccdbbf79a66482ae (diff)
downloadATCD-9e9254f32711d4ecf1e3f71b54982eaf6845388e.tar.gz
*** empty log message ***
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);