summaryrefslogtreecommitdiff
path: root/TAO/tao/DynamicInterface/Server_Request.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/DynamicInterface/Server_Request.h')
-rw-r--r--TAO/tao/DynamicInterface/Server_Request.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/DynamicInterface/Server_Request.h b/TAO/tao/DynamicInterface/Server_Request.h
index a356d8abc15..41baee8661a 100644
--- a/TAO/tao/DynamicInterface/Server_Request.h
+++ b/TAO/tao/DynamicInterface/Server_Request.h
@@ -53,13 +53,13 @@ public:
// Destructor.
void arguments (CORBA::NVList_ptr &list
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
// Implementation uses this to provide the ORB with the operation's
// parameter list ... on return, their values are available; the
// list fed in has typecodes and (perhap) memory assigned.
void set_result (const CORBA::Any &value
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
// Implementation uses this to provide the operation result
// ... illegal if exception() was called or params() was not called.
//
@@ -67,7 +67,7 @@ public:
// sent when this returns, and reclaim memory it allocated.
void set_exception (const CORBA::Any &value
- TAO_ENV_ARG_DECL_WITH_DEFAULTS);
+ ACE_ENV_ARG_DECL_WITH_DEFAULTS);
// Implementation uses this to provide the exception value which is
// the only result of this particular invocation.
//
@@ -83,7 +83,7 @@ public:
// this stuff is a catastrophic error since this is all part of the
// basic CORBA Object Model.
- void dsi_marshal (TAO_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS);
+ void dsi_marshal (ACE_ENV_SINGLE_ARG_DECL_WITH_DEFAULTS);
// Marshal outgoing parameters.
CORBA::Context_ptr ctx (void) const;