summaryrefslogtreecommitdiff
path: root/ACE/ace/Select_Reactor_Base.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-10-22 19:04:34 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-10-22 19:04:34 +0000
commitf063884d64baa896225f56e15718edc226009f75 (patch)
tree0f1cb256841382c0368f22425510cf86cdaf2e8a /ACE/ace/Select_Reactor_Base.cpp
parent1faaf2171e3db88e198270bfe4a63515c724301b (diff)
downloadATCD-f063884d64baa896225f56e15718edc226009f75.tar.gz
Mon Oct 22 19:03:15 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/ace/Select_Reactor_Base.cpp')
-rw-r--r--ACE/ace/Select_Reactor_Base.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/ACE/ace/Select_Reactor_Base.cpp b/ACE/ace/Select_Reactor_Base.cpp
index 246d6c7b0bd..ae6ae6e410c 100644
--- a/ACE/ace/Select_Reactor_Base.cpp
+++ b/ACE/ace/Select_Reactor_Base.cpp
@@ -682,7 +682,7 @@ ACE_Select_Reactor_Notify::notify (ACE_Event_Handler *event_handler,
ACE_Notification_Buffer buffer (event_handler, mask);
#if defined (ACE_HAS_REACTOR_NOTIFICATION_QUEUE)
- int notification_required =
+ int const notification_required =
notification_queue_.push_new_notification(buffer);
if (notification_required == -1)
@@ -782,8 +782,8 @@ ACE_Select_Reactor_Notify::dispatch_notify (ACE_Notification_Buffer &buffer)
bool more_messages_queued = false;
ACE_Notification_Buffer next;
- result = notification_queue_.pop_next_notification(buffer,
- more_messages_queued,
+ result = notification_queue_.pop_next_notification(buffer,
+ more_messages_queued,
next);
if (result == 0)