summaryrefslogtreecommitdiff
path: root/TAO/tao/Forwarding_Servant.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-03 20:23:35 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-06-03 20:23:35 +0000
commita9bd56a4f7b7958e87e13752c287f5056b7e3fdb (patch)
tree8c4c5f9b7c85a50b26ec8a62898784e9e1f0f607 /TAO/tao/Forwarding_Servant.h
parentd8a6f7fedc4ba8f53b5a17ee4b33ee0a75a8c352 (diff)
downloadATCD-a9bd56a4f7b7958e87e13752c287f5056b7e3fdb.tar.gz
ChangeLogTag:Thu Jun 3 15:16:04 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Forwarding_Servant.h')
-rw-r--r--TAO/tao/Forwarding_Servant.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/Forwarding_Servant.h b/TAO/tao/Forwarding_Servant.h
index df49b095c36..66292552fa1 100644
--- a/TAO/tao/Forwarding_Servant.h
+++ b/TAO/tao/Forwarding_Servant.h
@@ -37,14 +37,15 @@ public:
// Constructor
virtual void invoke (CORBA::ServerRequest_ptr request,
- CORBA_Environment &TAO_IN_ENV = CORBA::default_environment ());
+ CORBA_Environment &TAO_IN_ENV =
+ TAO_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 &TAO_IN_ENV = CORBA::default_environment ());
+ CORBA_Environment &TAO_IN_ENV = TAO_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.