summaryrefslogtreecommitdiff
path: root/ACE/ace/Notification_Queue.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 09:35:44 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-09-16 09:35:44 +0000
commitccd8d0fde164448b6258d9de3574e52374edc829 (patch)
treec955d352994cbd1cd500768dfe64f31e35ecfd9a /ACE/ace/Notification_Queue.cpp
parent7c4c934daf46588a0afbc2cf974fdc8946d49815 (diff)
downloadATCD-ccd8d0fde164448b6258d9de3574e52374edc829.tar.gz
Diffstat (limited to 'ACE/ace/Notification_Queue.cpp')
-rw-r--r--ACE/ace/Notification_Queue.cpp13
1 files changed, 5 insertions, 8 deletions
diff --git a/ACE/ace/Notification_Queue.cpp b/ACE/ace/Notification_Queue.cpp
index 5d42ca5b44f..d0ce3bc161c 100644
--- a/ACE/ace/Notification_Queue.cpp
+++ b/ACE/ace/Notification_Queue.cpp
@@ -26,8 +26,7 @@ ACE_Notification_Queue::
}
int
-ACE_Notification_Queue::
-open()
+ACE_Notification_Queue::open()
{
ACE_TRACE ("ACE_Notification_Queue::open");
@@ -40,8 +39,7 @@ open()
}
void
-ACE_Notification_Queue::
-reset()
+ACE_Notification_Queue::reset()
{
ACE_TRACE ("ACE_Notification_Queue::reset");
@@ -75,8 +73,8 @@ reset()
Buffer_List().swap(free_queue_);
}
-int ACE_Notification_Queue::
-allocate_more_buffers()
+int
+ACE_Notification_Queue::allocate_more_buffers()
{
ACE_TRACE ("ACE_Notification_Queue::allocate_more_buffers");
@@ -155,8 +153,7 @@ 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");