summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Default_Servant_Dispatcher.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2001-12-08 21:59:30 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2001-12-08 21:59:30 +0000
commitb11770b30f8b58d20fe2d61846bfa3fc5354ee7e (patch)
tree6939cf1ed0a80ce8a3224d33f3d23c0e1b9a517f /TAO/tao/PortableServer/Default_Servant_Dispatcher.h
parent8fd5b8293423d91c699711bce0f3551cb8c20a69 (diff)
downloadATCD-b11770b30f8b58d20fe2d61846bfa3fc5354ee7e.tar.gz
Merged corba-env-clean branch.
Diffstat (limited to 'TAO/tao/PortableServer/Default_Servant_Dispatcher.h')
-rw-r--r--TAO/tao/PortableServer/Default_Servant_Dispatcher.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/PortableServer/Default_Servant_Dispatcher.h b/TAO/tao/PortableServer/Default_Servant_Dispatcher.h
index 4f0da7c6691..339747a9645 100644
--- a/TAO/tao/PortableServer/Default_Servant_Dispatcher.h
+++ b/TAO/tao/PortableServer/Default_Servant_Dispatcher.h
@@ -39,8 +39,8 @@ public:
/// Dispatch the request to the servant.
virtual void dispatch (TAO_Object_Adapter::Servant_Upcall &servant_upcall,
- TAO_ServerRequest &req,
- CORBA::Environment &ACE_TRY_ENV);
+ TAO_ServerRequest &req
+ TAO_ENV_ARG_DECL);
/// Factory method for creating new POA's.
virtual TAO_POA *create_POA (const ACE_CString &name,
@@ -50,8 +50,8 @@ public:
ACE_Lock &lock,
TAO_SYNCH_MUTEX &thread_lock,
TAO_ORB_Core &orb_core,
- TAO_Object_Adapter *object_adapter,
- CORBA_Environment &ACE_TRY_ENV);
+ TAO_Object_Adapter *object_adapter
+ TAO_ENV_ARG_DECL);
};
#include "ace/post.h"