diff options
Diffstat (limited to 'TAO/tao/diffs/IOPC.i.diff')
-rw-r--r-- | TAO/tao/diffs/IOPC.i.diff | 110 |
1 files changed, 0 insertions, 110 deletions
diff --git a/TAO/tao/diffs/IOPC.i.diff b/TAO/tao/diffs/IOPC.i.diff deleted file mode 100644 index 2a9837f0590..00000000000 --- a/TAO/tao/diffs/IOPC.i.diff +++ /dev/null @@ -1,110 +0,0 @@ ---- orig/IOPC.i Tue Apr 24 23:48:58 2001 -+++ IOPC.i Tue Apr 24 13:44:40 2001 -@@ -1,6 +1,6 @@ - // -*- C++ -*- - // --// $Id$ -+// $Id$ - - // **** Code generated by the The ACE ORB (TAO) IDL Compiler **** - // TAO and the TAO IDL Compiler have been developed by: -@@ -2559,6 +2559,49 @@ - #if !defined (_IOP_CODEC___CI_) - #define _IOP_CODEC___CI_ - -+ACE_INLINE IOP::Codec_ptr -+tao_IOP_Codec_duplicate ( -+ IOP::Codec_ptr p -+ ) -+{ -+ return IOP::Codec::_duplicate (p); -+} -+ -+ACE_INLINE void -+tao_IOP_Codec_release ( -+ IOP::Codec_ptr p -+ ) -+{ -+ CORBA::release (p); -+} -+ -+ACE_INLINE IOP::Codec_ptr -+tao_IOP_Codec_nil ( -+ void -+ ) -+{ -+ return IOP::Codec::_nil (); -+} -+ -+ACE_INLINE IOP::Codec_ptr -+tao_IOP_Codec_narrow ( -+ CORBA::Object *p, -+ CORBA::Environment &ACE_TRY_ENV -+ ) -+{ -+ return IOP::Codec::_narrow (p, ACE_TRY_ENV); -+} -+ -+ACE_INLINE CORBA::Object * -+tao_IOP_Codec_upcast ( -+ void *src -+ ) -+{ -+ IOP::Codec **tmp = -+ ACE_static_cast (IOP::Codec **, src); -+ return *tmp; -+} -+ - - #endif /* end #if !defined */ - -@@ -2714,6 +2757,49 @@ - - #if !defined (_IOP_CODECFACTORY___CI_) - #define _IOP_CODECFACTORY___CI_ -+ -+ACE_INLINE IOP::CodecFactory_ptr -+tao_IOP_CodecFactory_duplicate ( -+ IOP::CodecFactory_ptr p -+ ) -+{ -+ return IOP::CodecFactory::_duplicate (p); -+} -+ -+ACE_INLINE void -+tao_IOP_CodecFactory_release ( -+ IOP::CodecFactory_ptr p -+ ) -+{ -+ CORBA::release (p); -+} -+ -+ACE_INLINE IOP::CodecFactory_ptr -+tao_IOP_CodecFactory_nil ( -+ void -+ ) -+{ -+ return IOP::CodecFactory::_nil (); -+} -+ -+ACE_INLINE IOP::CodecFactory_ptr -+tao_IOP_CodecFactory_narrow ( -+ CORBA::Object *p, -+ CORBA::Environment &ACE_TRY_ENV -+ ) -+{ -+ return IOP::CodecFactory::_narrow (p, ACE_TRY_ENV); -+} -+ -+ACE_INLINE CORBA::Object * -+tao_IOP_CodecFactory_upcast ( -+ void *src -+ ) -+{ -+ IOP::CodecFactory **tmp = -+ ACE_static_cast (IOP::CodecFactory **, src); -+ return *tmp; -+} - - - #endif /* end #if !defined */ |