summaryrefslogtreecommitdiff
path: root/ace/Pipe.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-16 04:58:21 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-05-16 04:58:21 +0000
commit59f34ab3a190e5fa81a86f880253859bae814c96 (patch)
treefdac77881fad91305ba9edcdbd54b2ee0aeb5cfb /ace/Pipe.h
parent4af92b5c748b97a35cab4fadd58b8aa6b6d679dc (diff)
downloadATCD-59f34ab3a190e5fa81a86f880253859bae814c96.tar.gz
See ChangeLog:Fri May 15 22:55:51 1998 Nanbor Wang <nanbor@cs.wustl.edu>
Diffstat (limited to 'ace/Pipe.h')
-rw-r--r--ace/Pipe.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ace/Pipe.h b/ace/Pipe.h
index 664d1a7253d..51a07d5bc99 100644
--- a/ace/Pipe.h
+++ b/ace/Pipe.h
@@ -40,6 +40,9 @@ public:
ACE_Pipe (ACE_HANDLE read, ACE_HANDLE write);
// Initialize the <ACE_Pipe> from the <read> and <write> handles.
+ ~ACE_Pipe (void);
+ // Default dtor. It doesn't close the handles for you.
+
int open (ACE_HANDLE handles[2]);
// Open the pipe and initialize the handles.