summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/EventType.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/EventType.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/EventType.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/EventType.h b/TAO/orbsvcs/orbsvcs/Notify/EventType.h
index 5527fd3bf04..767fcfa60ca 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/EventType.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/EventType.h
@@ -34,7 +34,7 @@ class TAO_Notify_Serv_Export TAO_Notify_EventType : public TAO_Notify::Topology_
{
public:
/// Constructor
- TAO_Notify_EventType (void);
+ TAO_Notify_EventType ();
TAO_Notify_EventType (const char* domain_name, const char* type_name);
TAO_Notify_EventType (const CosNotification::EventType& event_type);
// Constructor
@@ -58,7 +58,7 @@ public:
bool operator!=(const TAO_Notify_EventType& notify_event_type) const;
/// Return the special event type.
- static TAO_Notify_EventType special (void);
+ static TAO_Notify_EventType special ();
/// Is this the special event (accept everything).
CORBA::Boolean is_special () const;
@@ -83,7 +83,7 @@ protected:
void init_i (const char* domain_name, const char* type_name);
/// Recompute the hash value.
- void recompute_hash (void);
+ void recompute_hash ();
bool domain_is_wildcard (const char* domain) const;
bool type_is_wildcard (const char* type) const;