summaryrefslogtreecommitdiff
path: root/examples/Reactor/WFMO_Reactor/Handle_Close.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'examples/Reactor/WFMO_Reactor/Handle_Close.cpp')
-rw-r--r--examples/Reactor/WFMO_Reactor/Handle_Close.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/Reactor/WFMO_Reactor/Handle_Close.cpp b/examples/Reactor/WFMO_Reactor/Handle_Close.cpp
index d4f4fa3cf1d..9eb6d7c727a 100644
--- a/examples/Reactor/WFMO_Reactor/Handle_Close.cpp
+++ b/examples/Reactor/WFMO_Reactor/Handle_Close.cpp
@@ -180,7 +180,7 @@ public:
ACE_Event_Handler::EXCEPT_MASK;
ACE_ASSERT (old_masks ==
- ACE_static_cast (ACE_Reactor_Mask, result));
+ static_cast<ACE_Reactor_Mask> (result));
ACE_UNUSED_ARG (old_masks);
// Get new masks
@@ -195,7 +195,7 @@ public:
ACE_Event_Handler::EXCEPT_MASK;
ACE_ASSERT (current_masks ==
- ACE_static_cast (ACE_Reactor_Mask, result));
+ static_cast<ACE_Reactor_Mask> (result));
ACE_UNUSED_ARG (current_masks);
// Remove for writing