From ca7918aa913c6be9e9a8c2df85c48c2aec910aee Mon Sep 17 00:00:00 2001 From: parsons Date: Wed, 23 Apr 2003 23:16:16 +0000 Subject: ChangeLogTag: Wed Apr 23 18:12:16 2003 Jeff Parsons --- TAO/ChangeLog | 11 +++++++++++ TAO/tao/DynamicInterface/Context.h | 4 ++-- TAO/tao/DynamicInterface/ExceptionList.h | 4 ++-- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/TAO/ChangeLog b/TAO/ChangeLog index 07ecdde4787..35d9ce5c188 100644 --- a/TAO/ChangeLog +++ b/TAO/ChangeLog @@ -1,3 +1,14 @@ +Wed Apr 23 18:12:16 2003 Jeff Parsons + + * tao/DynamicInterface/Context.h: + * tao/DynamicInterface/ExceptionList.h: + + Changed the declaration of CORBA::is_nil and CORBA::release + fir ContextList and ExceptionList to use + TAO_NAMESPACE_INLINE_FUNCTION instead of + TAO_DynamicInterface_Export, which was causing multiple definitions + in builds with __ACE_INLINE__ defined. + Wed Apr 23 18:06:48 2003 Ossama Othman * tao/PortableServer/POA.cpp (id_to_reference_i): diff --git a/TAO/tao/DynamicInterface/Context.h b/TAO/tao/DynamicInterface/Context.h index 3683727bd59..dc3be4e7c35 100644 --- a/TAO/tao/DynamicInterface/Context.h +++ b/TAO/tao/DynamicInterface/Context.h @@ -33,8 +33,8 @@ namespace CORBA { - TAO_DynamicInterface_Export void release (ContextList_ptr); - TAO_DynamicInterface_Export Boolean is_nil (ContextList_ptr); + TAO_NAMESPACE_INLINE_FUNCTION void release (ContextList_ptr); + TAO_NAMESPACE_INLINE_FUNCTION Boolean is_nil (ContextList_ptr); typedef TAO_Pseudo_Var_T Context_var; typedef TAO_Pseudo_Out_T Context_out; diff --git a/TAO/tao/DynamicInterface/ExceptionList.h b/TAO/tao/DynamicInterface/ExceptionList.h index 9e63357fdec..6858ced253e 100644 --- a/TAO/tao/DynamicInterface/ExceptionList.h +++ b/TAO/tao/DynamicInterface/ExceptionList.h @@ -40,8 +40,8 @@ namespace CORBA { - TAO_DynamicInterface_Export void release (ExceptionList_ptr); - TAO_DynamicInterface_Export Boolean is_nil (ExceptionList_ptr); + TAO_NAMESPACE_INLINE_FUNCTION void release (ExceptionList_ptr); + TAO_NAMESPACE_INLINE_FUNCTION Boolean is_nil (ExceptionList_ptr); typedef TAO_Pseudo_Var_T ExceptionList_var; typedef TAO_Pseudo_Out_T ExceptionList_out; -- cgit v1.2.1