summaryrefslogtreecommitdiff
path: root/ACE/ace/Event_Handler.cpp
diff options
context:
space:
mode:
authormitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-08-15 15:49:40 +0000
committermitza <mitza@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2006-08-15 15:49:40 +0000
commit43359979eda384e8cfafa221633dd822f286388e (patch)
tree3264bb8caa401a0fccd55a3ef5ef183d3db56858 /ACE/ace/Event_Handler.cpp
parent239bbb24717f2dc1e9d40b45cb59339076bdc4df (diff)
downloadATCD-43359979eda384e8cfafa221633dd822f286388e.tar.gz
Tue Aug 15 15:00:00 UTC 2006 Adam Mitz <mitza@ociweb.com>
Diffstat (limited to 'ACE/ace/Event_Handler.cpp')
-rw-r--r--ACE/ace/Event_Handler.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ACE/ace/Event_Handler.cpp b/ACE/ace/Event_Handler.cpp
index f8331f3f5fb..28cb1d2d9d1 100644
--- a/ACE/ace/Event_Handler.cpp
+++ b/ACE/ace/Event_Handler.cpp
@@ -328,6 +328,7 @@ ACE_Event_Handler_var::ACE_Event_Handler_var (const ACE_Event_Handler_var &b)
ACE_Event_Handler_var::~ACE_Event_Handler_var (void)
{
+ ACE_Errno_Guard eguard (errno);
if (this->ptr_ != 0)
{
this->ptr_->remove_reference ();