summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/RT_Current.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTCORBA/RT_Current.h')
-rw-r--r--TAO/tao/RTCORBA/RT_Current.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/RTCORBA/RT_Current.h b/TAO/tao/RTCORBA/RT_Current.h
index db2fec18854..5c2b2991336 100644
--- a/TAO/tao/RTCORBA/RT_Current.h
+++ b/TAO/tao/RTCORBA/RT_Current.h
@@ -46,14 +46,14 @@ public:
/// Default constructor.
TAO_RT_Current (TAO_ORB_Core *orb_core);
- virtual RTCORBA::Priority the_priority (void);
+ virtual RTCORBA::Priority the_priority ();
virtual void the_priority (RTCORBA::Priority the_priority);
protected:
/// Protected destructor to enforce proper memory management of this
/// reference counted object.
- virtual ~TAO_RT_Current (void);
+ virtual ~TAO_RT_Current ();
private:
/// ORB Core that owns us.