summaryrefslogtreecommitdiff
path: root/TAO/tao/Service_Callbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Service_Callbacks.h')
-rw-r--r--TAO/tao/Service_Callbacks.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Service_Callbacks.h b/TAO/tao/Service_Callbacks.h
index ec15ab0b0f4..dd8583a216c 100644
--- a/TAO/tao/Service_Callbacks.h
+++ b/TAO/tao/Service_Callbacks.h
@@ -70,19 +70,19 @@ public:
virtual void service_context_list (TAO_Stub *&stub,
IOP::ServiceContextList &service_list,
CORBA::Boolean restart
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
/// Allow the service layer to decide whether the COMM_FAILURE
/// exception should be thrown or a reinvocation is needed
virtual int raise_comm_failure (TAO_GIOP_Invocation *invoke,
TAO_Profile *profile
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
/// Allow the service layer to decide whether the TRANSIENT
/// exception should be thrown or a reinvocation is needed
virtual int raise_transient_failure (TAO_GIOP_Invocation *invoke,
TAO_Profile *profile
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
/**