summaryrefslogtreecommitdiff
path: root/ace/WFMO_Reactor.cpp
diff options
context:
space:
mode:
authorSteve Huston <shuston@riverace.com>1999-07-08 18:50:47 +0000
committerSteve Huston <shuston@riverace.com>1999-07-08 18:50:47 +0000
commita9127753dca18c215ceb6e20cb3f2d2ec2fc9f15 (patch)
tree30504bdd72fd24580045efe9ca7861607f7afb35 /ace/WFMO_Reactor.cpp
parent3d941dac1606e10ee1f30726942297d8a4781824 (diff)
downloadATCD-a9127753dca18c215ceb6e20cb3f2d2ec2fc9f15.tar.gz
Made ACE_Reactor_Notify::dispatch_notifications() (and also in classes derived
from it) 2nd arg (ACE_Handle_Set) non-const.
Diffstat (limited to 'ace/WFMO_Reactor.cpp')
-rw-r--r--ace/WFMO_Reactor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/WFMO_Reactor.cpp b/ace/WFMO_Reactor.cpp
index a78e3d6f048..0eabbd3f1a7 100644
--- a/ace/WFMO_Reactor.cpp
+++ b/ace/WFMO_Reactor.cpp
@@ -1860,7 +1860,7 @@ ACE_WFMO_Reactor::dump (void) const
int
ACE_WFMO_Reactor_Notify::dispatch_notifications (int &number_of_active_handles,
- const ACE_Handle_Set &rd_mask)
+ ACE_Handle_Set &rd_mask)
{
return -1;
}