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.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/TAO/tao/RTCORBA/RT_Current.h b/TAO/tao/RTCORBA/RT_Current.h
index 58b994d0bee..c80d668dd8e 100644
--- a/TAO/tao/RTCORBA/RT_Current.h
+++ b/TAO/tao/RTCORBA/RT_Current.h
@@ -52,11 +52,10 @@ public:
/// Default constructor.
TAO_RT_Current (TAO_ORB_Core *orb_core);
- virtual RTCORBA::Priority the_priority (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS)
+ virtual RTCORBA::Priority the_priority (void)
ACE_THROW_SPEC ((CORBA::SystemException));
- virtual void the_priority (RTCORBA::Priority the_priority
- ACE_ENV_ARG_DECL_WITH_DEFAULTS)
+ virtual void the_priority (RTCORBA::Priority the_priority)
ACE_THROW_SPEC ((CORBA::SystemException));
protected: