summaryrefslogtreecommitdiff
path: root/ace/IOStream_T.h
diff options
context:
space:
mode:
authorcdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-02 18:39:08 +0000
committercdgill <cdgill@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-03-02 18:39:08 +0000
commitafa90ef98153c625104dc21ac3d5d6c4385d3186 (patch)
tree51bef08b758d5011673b001ebd939e5eb9185eee /ace/IOStream_T.h
parentc8be3f050398dc13ad5f797e6ec27a509014e507 (diff)
downloadATCD-afa90ef98153c625104dc21ac3d5d6c4385d3186.tar.gz
fixed line breaks
Diffstat (limited to 'ace/IOStream_T.h')
-rw-r--r--ace/IOStream_T.h14
1 files changed, 5 insertions, 9 deletions
diff --git a/ace/IOStream_T.h b/ace/IOStream_T.h
index ca356575e64..3fde8dad1c2 100644
--- a/ace/IOStream_T.h
+++ b/ace/IOStream_T.h
@@ -1,8 +1,7 @@
/* -*- C++ -*- */
// $Id$
-//
-============================================================================
+//============================================================================
//
// = LIBRARY
// ace
@@ -18,8 +17,7 @@
// Instead, it should #include "ace/IOStream.h". That's because
// we only put some conditional compilations in that file.
//
-//
-============================================================================
+//============================================================================
#ifndef ACE_IOSTREAM_T_H
#define ACE_IOSTREAM_T_H
@@ -84,7 +82,7 @@ template <class STREAM>
class ACE_IOStream : public STREAM,
protected ACE_Streambuf_T<STREAM>,
// This is where all of the action takes place. The
-ACE_Streambuf_T<STREAM>
+ // ACE_Streambuf_T<STREAM>
// is the interface to the underlying STREAM.
public iostream
{
@@ -179,10 +177,8 @@ public:
#endif /* !ACE_WIN32 */
return (0);
}
- virtual int ipfx0(void) { return ipfx (0); } // Optimized
-ipfx(0)
- virtual int ipfx1(void) // Optimized
-ipfx(1)
+ virtual int ipfx0(void) { return ipfx (0); } // Optimized ipfx(0)
+ virtual int ipfx1(void) // Optimized ipfx(1)
{
if (good())
{