summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/Dispatching_Modules.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/Dispatching_Modules.i')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/Dispatching_Modules.i2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/Dispatching_Modules.i b/TAO/orbsvcs/orbsvcs/Event/Dispatching_Modules.i
index 1d4542b46cd..bc9c5d483b4 100644
--- a/TAO/orbsvcs/orbsvcs/Event/Dispatching_Modules.i
+++ b/TAO/orbsvcs/orbsvcs/Event/Dispatching_Modules.i
@@ -119,7 +119,7 @@ ACE_ES_Dispatch_Request::number_of_events (void) const
if (this->use_single_event_)
return 1;
else
- return ACE_static_cast (CORBA::ULong, this->event_set_.size ());
+ return static_cast<CORBA::ULong> (this->event_set_.size ());
}
ACE_INLINE RtecScheduler::OS_Priority