diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-09-16 10:55:42 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-09-16 10:55:42 +0000 |
commit | 82ec591f8faf53ac8c66038698fff229998f2d1e (patch) | |
tree | 3ec12b748e123f893a443b64081aee4a0fb5b959 | |
parent | 061bf0f794d21d70615a99ff6d6bbb10a8c93bad (diff) | |
download | ATCD-82ec591f8faf53ac8c66038698fff229998f2d1e.tar.gz |
-rw-r--r-- | ACE/ace/Notification_Queue.cpp | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ACE/ace/Notification_Queue.cpp b/ACE/ace/Notification_Queue.cpp index d0ce3bc161c..a63477084dd 100644 --- a/ACE/ace/Notification_Queue.cpp +++ b/ACE/ace/Notification_Queue.cpp @@ -99,9 +99,9 @@ ACE_Notification_Queue::allocate_more_buffers() } int -ACE_Notification_Queue:: -purge_pending_notifications(ACE_Event_Handler * eh, - ACE_Reactor_Mask mask) +ACE_Notification_Queue::purge_pending_notifications( + ACE_Event_Handler * eh, + ACE_Reactor_Mask mask) { ACE_TRACE ("ACE_Notification_Queue::purge_pending_notifications"); @@ -153,7 +153,8 @@ purge_pending_notifications(ACE_Event_Handler * eh, return number_purged; } -int ACE_Notification_Queue::push_new_notification( +int +ACE_Notification_Queue::push_new_notification( ACE_Notification_Buffer const & buffer) { ACE_TRACE ("ACE_Notification_Queue::push_new_notification"); |