summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Notify_Source_Filter_Eval_Command.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Notify_Source_Filter_Eval_Command.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Notify_Source_Filter_Eval_Command.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Notify_Source_Filter_Eval_Command.h b/TAO/orbsvcs/orbsvcs/Notify/Notify_Source_Filter_Eval_Command.h
index 78b37977a09..4ec6829e654 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Notify_Source_Filter_Eval_Command.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Notify_Source_Filter_Eval_Command.h
@@ -31,7 +31,6 @@
class TAO_Notify_Event;
class TAO_Notify_EventSource;
-class TAO_Notify_Worker_Task;
class TAO_Notify_Export TAO_Notify_Source_Filter_Eval_Command : public TAO_Notify_Command
{
@@ -43,15 +42,17 @@ class TAO_Notify_Export TAO_Notify_Source_Filter_Eval_Command : public TAO_Notif
//
public:
// = Initialization and termination code
- TAO_Notify_Source_Filter_Eval_Command (TAO_Notify_Event* event, TAO_Notify_EventSource* event_source);
+ TAO_Notify_Source_Filter_Eval_Command (TAO_Notify_Event_Processor* event_processor, TAO_Notify_Event* event, TAO_Notify_EventSource* event_source);
+ // Constructor.
+
~TAO_Notify_Source_Filter_Eval_Command ();
+ // Destructor.
- virtual int execute (TAO_Notify_Worker_Task* parent_task, CORBA::Environment& ACE_TRY_ENV);
+ virtual int execute (CORBA::Environment& ACE_TRY_ENV);
// Command callback
protected:
// = Data Members
- TAO_Notify_Event* event_;
TAO_Notify_EventSource* event_source_;
};