summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MonitorProxySupplier_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MonitorProxySupplier_T.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MonitorProxySupplier_T.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MonitorProxySupplier_T.h b/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MonitorProxySupplier_T.h
index 3ca80ef6ee4..9bfe7ee793c 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MonitorProxySupplier_T.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/MonitorControlExt/MonitorProxySupplier_T.h
@@ -41,10 +41,10 @@ class TAO_MonitorProxySupplier_T
{
public:
/// Construct a monitor supplier admin
- TAO_MonitorProxySupplier_T (void);
+ TAO_MonitorProxySupplier_T ();
/// Remove the statistics for this event channel
- virtual ~TAO_MonitorProxySupplier_T (void);
+ virtual ~TAO_MonitorProxySupplier_T ();
/// Configure the statistics after construction
/// @param admin the parent admin for this proxy
@@ -58,10 +58,10 @@ public:
virtual void count_queue_overflow (bool local_overflow, bool global_overflow);
/// Access to Statistics Name
- ACE_CString & queue_item_stat_name (void);
+ ACE_CString & queue_item_stat_name ();
/// Access to Statistics Name
- ACE_CString & overflow_stat_name (void);
+ ACE_CString & overflow_stat_name ();
private:
ACE_CString base_stat_name_;