summaryrefslogtreecommitdiff
path: root/ACE/ace/Event_Handler.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2009-05-01 11:43:56 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2009-05-01 11:43:56 +0000
commitf2494f9a571dc35f3bd4d4a1282a5f277668e794 (patch)
tree4b8bae7aa8e9505d435fae2f035baeba1948ef6d /ACE/ace/Event_Handler.cpp
parent6f7e10dcfada63eba1f1783f61e3d2385db8b858 (diff)
downloadATCD-f2494f9a571dc35f3bd4d4a1282a5f277668e794.tar.gz
Fri May 1 11:43:05 2009 Johnny Willemsen <jwillemsen@remedy.nl>
* ace/Event_Handler.cpp: Initialise members in the ACE_Notification_Buffer constructor * ace/Log_Record.h: Doxygen fix * ace/Notification_Queue.cpp: Layout change * ace/Select_Reactor_Base.cpp: Small code simplification
Diffstat (limited to 'ACE/ace/Event_Handler.cpp')
-rw-r--r--ACE/ace/Event_Handler.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/ace/Event_Handler.cpp b/ACE/ace/Event_Handler.cpp
index 42c8b36cd8e..dfbf1154034 100644
--- a/ACE/ace/Event_Handler.cpp
+++ b/ACE/ace/Event_Handler.cpp
@@ -377,6 +377,8 @@ ACE_Event_Handler_var::reset (ACE_Event_Handler *p)
// ---------------------------------------------------------------------
ACE_Notification_Buffer::ACE_Notification_Buffer (void)
+ : eh_ (0),
+ mask_ (ACE_Event_Handler::NULL_MASK)
{
ACE_TRACE ("ACE_Notification_Buffer::ACE_Notification_Buffer");
}