diff options
author | okellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-01-29 20:21:11 +0000 |
---|---|---|
committer | okellogg <okellogg@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2002-01-29 20:21:11 +0000 |
commit | 15f9b16afed320b4e581b8f61fee7d7fbf1aa9a8 (patch) | |
tree | fd798ba5478a08b4b6f842cb8515ed9776861f5f /TAO/tao/IORManipulation/IORC.i | |
parent | 5e12d6686388ccadee1714b94ddee0cce6587bfd (diff) | |
download | ATCD-15f9b16afed320b4e581b8f61fee7d7fbf1aa9a8.tar.gz |
ChangeLogTag:Tue Jan 29 21:09:12 2002 Oliver Kellogg <oliver.kellogg@sysde.eads.net>
Diffstat (limited to 'TAO/tao/IORManipulation/IORC.i')
-rw-r--r-- | TAO/tao/IORManipulation/IORC.i | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/IORManipulation/IORC.i b/TAO/tao/IORManipulation/IORC.i index 073be5e1c98..f7d24f5143b 100644 --- a/TAO/tao/IORManipulation/IORC.i +++ b/TAO/tao/IORManipulation/IORC.i @@ -70,10 +70,10 @@ tao_TAO_IOP_TAO_IOR_Property_nil ( ACE_INLINE TAO_IOP::TAO_IOR_Property_ptr tao_TAO_IOP_TAO_IOR_Property_narrow ( CORBA::Object *p - TAO_ENV_ARG_DECL + ACE_ENV_ARG_DECL ) { - return TAO_IOP::TAO_IOR_Property::_narrow (p TAO_ENV_ARG_PARAMETER); + return TAO_IOP::TAO_IOR_Property::_narrow (p ACE_ENV_ARG_PARAMETER); } ACE_INLINE CORBA::Object * @@ -494,10 +494,10 @@ tao_TAO_IOP_TAO_IOR_Manipulation_nil ( ACE_INLINE TAO_IOP::TAO_IOR_Manipulation_ptr tao_TAO_IOP_TAO_IOR_Manipulation_narrow ( CORBA::Object *p - TAO_ENV_ARG_DECL + ACE_ENV_ARG_DECL ) { - return TAO_IOP::TAO_IOR_Manipulation::_narrow (p TAO_ENV_ARG_PARAMETER); + return TAO_IOP::TAO_IOR_Manipulation::_narrow (p ACE_ENV_ARG_PARAMETER); } ACE_INLINE CORBA::Object * |