summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Any/AnyEvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Any/AnyEvent.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Any/AnyEvent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Any/AnyEvent.h b/TAO/orbsvcs/orbsvcs/Notify/Any/AnyEvent.h
index 73a0efdd6ee..a0877cc5bee 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Any/AnyEvent.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Any/AnyEvent.h
@@ -42,7 +42,7 @@ public:
virtual ~TAO_Notify_AnyEvent_No_Copy ();
/// Get the event type.
- virtual const TAO_Notify_EventType& type (void) const;
+ virtual const TAO_Notify_EventType& type () const;
CORBA::Boolean do_match (CosNotifyFilter::Filter_ptr filter) const;
@@ -74,7 +74,7 @@ public:
protected:
/// returns a copy of this event allocated from the heap
- virtual TAO_Notify_Event * copy (void) const;
+ virtual TAO_Notify_Event * copy () const;
protected: