summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/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/Servant_Dispatcher.h
parent8fd5b8293423d91c699711bce0f3551cb8c20a69 (diff)
downloadATCD-b11770b30f8b58d20fe2d61846bfa3fc5354ee7e.tar.gz
Merged corba-env-clean branch.
Diffstat (limited to 'TAO/tao/PortableServer/Servant_Dispatcher.h')
-rw-r--r--TAO/tao/PortableServer/Servant_Dispatcher.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/PortableServer/Servant_Dispatcher.h b/TAO/tao/PortableServer/Servant_Dispatcher.h
index 0ce974a11ab..15b3b623328 100644
--- a/TAO/tao/PortableServer/Servant_Dispatcher.h
+++ b/TAO/tao/PortableServer/Servant_Dispatcher.h
@@ -6,7 +6,7 @@
*
* $Id$
*
- * @author Frank Hunleth (fhunleth@cs.wustl.edu)
+ * @author Frank Hunleth <fhunleth@cs.wustl.edu>
*/
//=============================================================================
@@ -43,8 +43,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) = 0;
+ TAO_ServerRequest &req
+ TAO_ENV_ARG_DECL) = 0;
/// Factory method for creating new POA's.
virtual TAO_POA *create_POA (const ACE_CString &name,
@@ -54,8 +54,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) = 0;
+ TAO_Object_Adapter *object_adapter
+ TAO_ENV_ARG_DECL) = 0;
};