summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/RT_Protocols_Hooks.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTCORBA/RT_Protocols_Hooks.h')
-rw-r--r--TAO/tao/RTCORBA/RT_Protocols_Hooks.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/TAO/tao/RTCORBA/RT_Protocols_Hooks.h b/TAO/tao/RTCORBA/RT_Protocols_Hooks.h
index b4a585f9ec5..ffcdd065c30 100644
--- a/TAO/tao/RTCORBA/RT_Protocols_Hooks.h
+++ b/TAO/tao/RTCORBA/RT_Protocols_Hooks.h
@@ -36,7 +36,7 @@ public:
/// Initialize the protocols hooks instance.
virtual void init_hooks (TAO_ORB_Core *orb_core
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
/// Invoke the client_protocols hook if present.
/**
@@ -92,12 +92,12 @@ public:
virtual void rt_service_context (TAO_Stub *stub,
TAO_Service_Context &service_context,
CORBA::Boolean restart
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
virtual void add_rt_service_context_hook (TAO_Service_Context &service_context,
CORBA::Policy *model_policy,
CORBA::Short &client_priority
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
virtual void get_selector_hook (CORBA::Policy *model_policy,
CORBA::Boolean
@@ -118,29 +118,29 @@ public:
*/
//@{
virtual int get_thread_CORBA_priority (CORBA::Short &
- TAO_ENV_ARG_DECL_NOT_USED);
+ ACE_ENV_ARG_DECL_NOT_USED);
virtual int get_thread_native_priority (CORBA::Short &
- TAO_ENV_ARG_DECL_NOT_USED);
+ ACE_ENV_ARG_DECL_NOT_USED);
virtual int get_thread_CORBA_and_native_priority (CORBA::Short &,
CORBA::Short &
- TAO_ENV_ARG_DECL_NOT_USED);
+ ACE_ENV_ARG_DECL_NOT_USED);
virtual int set_thread_CORBA_priority (CORBA::Short
- TAO_ENV_ARG_DECL_NOT_USED);
+ ACE_ENV_ARG_DECL_NOT_USED);
virtual int set_thread_native_priority (CORBA::Short
- TAO_ENV_ARG_DECL_NOT_USED);
+ ACE_ENV_ARG_DECL_NOT_USED);
//@}
/// 1. Sets ORB-level policy defaults for this ORB. Currently sets
/// default RTCORBA policies: ClientProtocolPolicy.
- virtual int set_default_policies (TAO_ENV_SINGLE_ARG_DECL);
+ virtual int set_default_policies (ACE_ENV_SINGLE_ARG_DECL);
int set_default_server_protocol_policy (TAO_Acceptor_Registry &acceptor_registry
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
protected:
TAO_ORB_Core *orb_core_;