summaryrefslogtreecommitdiff
path: root/ace/Select_Reactor_Base.cpp
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2004-05-05 21:16:28 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2004-05-05 21:16:28 +0000
commitcfe0d0763c9095f05dac8be633e38820c8f21538 (patch)
treeae0c901f25d09e86445be7783f6071190d823ed2 /ace/Select_Reactor_Base.cpp
parent45a5a2249b80e4d967d655c72944c6a54bcbbd3a (diff)
downloadATCD-cfe0d0763c9095f05dac8be633e38820c8f21538.tar.gz
ChangeLogTag:Wed May 5 14:14:53 2004 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'ace/Select_Reactor_Base.cpp')
-rw-r--r--ace/Select_Reactor_Base.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Select_Reactor_Base.cpp b/ace/Select_Reactor_Base.cpp
index cc9e02f549f..4f777da74ab 100644
--- a/ace/Select_Reactor_Base.cpp
+++ b/ace/Select_Reactor_Base.cpp
@@ -108,7 +108,7 @@ ACE_Select_Reactor_Handler_Repository::open (size_t size)
// Try to increase the number of handles if <size> is greater than
// the current limit.
- return ACE::set_handle_limit (ACE_static_cast (int, size));
+ return ACE::set_handle_limit (static_cast<int> (size));
}
// Initialize a repository of the appropriate <size>.