summaryrefslogtreecommitdiff
path: root/ace/Pipe.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Pipe.h')
-rw-r--r--ace/Pipe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Pipe.h b/ace/Pipe.h
index ae42112d542..94b1f678f1f 100644
--- a/ace/Pipe.h
+++ b/ace/Pipe.h
@@ -21,6 +21,7 @@
#include "ace/ACE.h"
class ACE_Export ACE_Pipe
+{
// = TITLE
// Provides a bidirectional "pipe" abstraction that is portable
// to Windows NT, SVR4 UNIX, and BSD UNIX.
@@ -28,7 +29,6 @@ class ACE_Export ACE_Pipe
// = DESCRIPTION
// Uses "name" for lookup in the ACE service repository. Obtains
// the object and returns it as the appropriate type.
-{
public:
// = Initialization and termination.
ACE_Pipe (void);