summaryrefslogtreecommitdiff
path: root/ace/Pipe.i
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Pipe.i')
-rw-r--r--ace/Pipe.i7
1 files changed, 7 insertions, 0 deletions
diff --git a/ace/Pipe.i b/ace/Pipe.i
index 41d07f79926..0eb87370827 100644
--- a/ace/Pipe.i
+++ b/ace/Pipe.i
@@ -3,6 +3,13 @@
// Pipe.i
+ASYS_INLINE
+ACE_Pipe::~ACE_Pipe (void)
+{
+ ACE_TRACE ("ACE_Pipe::~ACE_Pipe");
+ // Notice that the destructor doesn't close the handles for you.
+}
+
ASYS_INLINE ACE_HANDLE
ACE_Pipe::read_handle (void) const
{