summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Notify/Timer_Reactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Notify/Timer_Reactor.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Timer_Reactor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Timer_Reactor.h b/TAO/orbsvcs/orbsvcs/Notify/Timer_Reactor.h
index 3146b11006b..28c9454f642 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Timer_Reactor.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Timer_Reactor.h
@@ -35,7 +35,7 @@ public:
typedef TAO_Notify_Refcountable_Guard_T< TAO_Notify_Timer_Reactor > Ptr;
/// Constructor
- TAO_Notify_Timer_Reactor (void);
+ TAO_Notify_Timer_Reactor ();
/// Destructor
virtual ~TAO_Notify_Timer_Reactor ();
@@ -54,7 +54,7 @@ protected:
private:
/// Release
- virtual void release (void);
+ virtual void release ();
};
TAO_END_VERSIONED_NAMESPACE_DECL