summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Manager.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Manager.i')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Manager.i14
1 files changed, 2 insertions, 12 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Manager.i b/TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Manager.i
index 374b1f2b47d..27cccc42fb4 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Manager.i
+++ b/TAO/orbsvcs/orbsvcs/Notify/Notify_Event_Manager.i
@@ -6,17 +6,13 @@
#include "tao/corba.h"
ACE_INLINE void
-TAO_Notify_Event_Manager::process_event (TAO_Notify_Event* event,
- TAO_Notify_EventSource* event_source,
- CORBA::Environment &ACE_TRY_ENV)
+TAO_Notify_Event_Manager::process_event (TAO_Notify_Event* event, TAO_Notify_EventSource* event_source, CORBA::Environment &ACE_TRY_ENV)
{
if (admin_properties_->reject_new_events () == 1
&& admin_properties_->queue_full ())
ACE_THROW (CORBA::IMP_LIMIT ());
- this->event_processor_->evaluate_source_filter (event,
- event_source,
- ACE_TRY_ENV);
+ this->event_processor_->evaluate_source_filter (event, event_source, ACE_TRY_ENV);
// Start by checking if the event passes through the Source's filter.
}
@@ -77,9 +73,3 @@ TAO_Notify_Event_Manager::admin_properties (void)
{
return this->admin_properties_;
}
-
-ACE_INLINE TAO_Notify_EMO_Factory*
-TAO_Notify_Event_Manager::resource_factory (void)
-{
- return this->emo_factory_;
-}