summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Default_Servant_Dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Default_Servant_Dispatcher.h')
-rw-r--r--TAO/tao/PortableServer/Default_Servant_Dispatcher.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/Default_Servant_Dispatcher.h b/TAO/tao/PortableServer/Default_Servant_Dispatcher.h
index 339747a9645..0c4ac669529 100644
--- a/TAO/tao/PortableServer/Default_Servant_Dispatcher.h
+++ b/TAO/tao/PortableServer/Default_Servant_Dispatcher.h
@@ -40,7 +40,7 @@ public:
/// Dispatch the request to the servant.
virtual void dispatch (TAO_Object_Adapter::Servant_Upcall &servant_upcall,
TAO_ServerRequest &req
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
/// Factory method for creating new POA's.
virtual TAO_POA *create_POA (const ACE_CString &name,
@@ -51,7 +51,7 @@ public:
TAO_SYNCH_MUTEX &thread_lock,
TAO_ORB_Core &orb_core,
TAO_Object_Adapter *object_adapter
- TAO_ENV_ARG_DECL);
+ ACE_ENV_ARG_DECL);
};
#include "ace/post.h"