summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Notify_Service.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Notify_Service.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Notify_Service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Notify_Service.h b/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Notify_Service.h
index 7bcbc93b879..85267b8eb5d 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Notify_Service.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MC_Notify_Service.h
@@ -29,7 +29,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
class TAO_Notify_MC_Ext_Export TAO_MC_Notify_Service: public TAO_CosNotify_Service
{
public:
- virtual ~TAO_MC_Notify_Service (void);
+ virtual ~TAO_MC_Notify_Service ();
protected:
virtual void init_i (CORBA::ORB_ptr orb);
@@ -38,7 +38,7 @@ protected:
CosNotifyChannelAdmin::EventChannelFactory_ptr factory);
private:
- virtual TAO_Notify_Factory* create_factory (void);
+ virtual TAO_Notify_Factory* create_factory ();
};
TAO_END_VERSIONED_NAMESPACE_DECL