diff options
Diffstat (limited to 'TAO/tao/DynamicInterface/ExceptionList.inl')
-rw-r--r-- | TAO/tao/DynamicInterface/ExceptionList.inl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/DynamicInterface/ExceptionList.inl b/TAO/tao/DynamicInterface/ExceptionList.inl index fda8385bd58..d5fe85f4b65 100644 --- a/TAO/tao/DynamicInterface/ExceptionList.inl +++ b/TAO/tao/DynamicInterface/ExceptionList.inl @@ -2,6 +2,8 @@ // // $Id$ +TAO_BEGIN_VERSIONED_NAMESPACE_DECL + ACE_INLINE void CORBA::release (CORBA::ExceptionList_ptr x) @@ -52,3 +54,5 @@ CORBA::ExceptionList::_duplicate (CORBA::ExceptionList_ptr x) return x; } + +TAO_END_VERSIONED_NAMESPACE_DECL |