summaryrefslogtreecommitdiff
path: root/TAO/tao/Forwarding_Servant.h
diff options
context:
space:
mode:
authornanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-10 04:11:33 +0000
committernanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-01-10 04:11:33 +0000
commitd79be86eb4731d2e682a6b3702154e9458894968 (patch)
tree28b5b3f21d92637d91c2982a0479c2d0daee38e4 /TAO/tao/Forwarding_Servant.h
parente088d618722288c89ce31bf13f2985a852da79b6 (diff)
downloadATCD-d79be86eb4731d2e682a6b3702154e9458894968.tar.gz
Replaced _env with TAO_IN_ENV
Diffstat (limited to 'TAO/tao/Forwarding_Servant.h')
-rw-r--r--TAO/tao/Forwarding_Servant.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Forwarding_Servant.h b/TAO/tao/Forwarding_Servant.h
index 611f7f9dcb5..0a2df98e6f3 100644
--- a/TAO/tao/Forwarding_Servant.h
+++ b/TAO/tao/Forwarding_Servant.h
@@ -32,14 +32,14 @@ public:
// Constructor
virtual void invoke (CORBA::ServerRequest_ptr request,
- CORBA_Environment &_env = CORBA_Environment::default_environment ());
+ CORBA_Environment &TAO_IN_ENV = CORBA_Environment::default_environment ());
// The invoke() method receives requests issued to any CORBA object
// incarnated by the DSI servant and performs the processing
// necessary to execute the request.
virtual CORBA::RepositoryId _primary_interface (const PortableServer::ObjectId &oid,
PortableServer::POA_ptr poa,
- CORBA_Environment &_env = CORBA_Environment::default_environment ());
+ CORBA_Environment &TAO_IN_ENV = CORBA_Environment::default_environment ());
// The _primary_interface() method receives an ObjectId value and a
// POA_ptr as input parameters and returns a valid RepositoryId
// representing the most-derived interface for that oid.