summaryrefslogtreecommitdiff
path: root/ace/IOStream.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/IOStream.h
parent4ecd5d0edb663fdba4935912ccdbbf79a66482ae (diff)
downloadATCD-9e9254f32711d4ecf1e3f71b54982eaf6845388e.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/IOStream.h')
-rw-r--r--ace/IOStream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/IOStream.h b/ace/IOStream.h
index 3ad09d2522c..80834742fd8 100644
--- a/ace/IOStream.h
+++ b/ace/IOStream.h
@@ -74,6 +74,7 @@ public:
#endif /* ACE_HAS_STRING_CLASS */
class ACE_Export ACE_Streambuf : public streambuf
+{
// = TITLE
// Create your custom streambuf by providing and ACE_*_Stream
// object to this template. I have tested it with
@@ -134,7 +135,6 @@ class ACE_Export ACE_Streambuf : public streambuf
// be no method for "syncing" the input. However, since we
// maintain separate read/write buffers, no data is lost by
// "syncing" the input. It simply remains buffered.
-{
public:
virtual ~ACE_Streambuf (void);