diff options
author | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-10 04:11:33 +0000 |
---|---|---|
committer | nanbor <nanbor@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-01-10 04:11:33 +0000 |
commit | d79be86eb4731d2e682a6b3702154e9458894968 (patch) | |
tree | 28b5b3f21d92637d91c2982a0479c2d0daee38e4 /TAO/tao/CurrentC.h | |
parent | e088d618722288c89ce31bf13f2985a852da79b6 (diff) | |
download | ATCD-d79be86eb4731d2e682a6b3702154e9458894968.tar.gz |
Replaced _env with TAO_IN_ENV
Diffstat (limited to 'TAO/tao/CurrentC.h')
-rw-r--r-- | TAO/tao/CurrentC.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/CurrentC.h b/TAO/tao/CurrentC.h index c076005f434..5c2e381f223 100644 --- a/TAO/tao/CurrentC.h +++ b/TAO/tao/CurrentC.h @@ -108,11 +108,11 @@ class CORBA_Current : public virtual ACE_CORBA_1 (Object) public: // the static operations static CORBA_Current_ptr _duplicate (CORBA_Current_ptr obj); - static CORBA_Current_ptr _narrow (CORBA::Object_ptr obj, CORBA_Environment &_env = CORBA_Environment::default_environment ()); + static CORBA_Current_ptr _narrow (CORBA::Object_ptr obj, CORBA_Environment &TAO_IN_ENV = CORBA_Environment::default_environment ()); static CORBA_Current_ptr _nil (void); virtual CORBA::Boolean _is_a (const CORBA::Char *type_id, - CORBA_Environment &_env = CORBA_Environment::default_environment () + CORBA_Environment &TAO_IN_ENV = CORBA_Environment::default_environment () ); virtual const char* _interface_repository_id (void) const; protected: |