Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / Exception.inl
blob91778412046220b2ecd36308cd4c0f7a78fcc2f7
1 // -*- C++ -*-
2 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
4 ACE_INLINE CORBA::Exception *
5 CORBA::Exception::_downcast (CORBA::Exception * x)
7   return x;
10 ACE_INLINE CORBA::Exception const *
11 CORBA::Exception::_downcast (CORBA::Exception const * x)
13   return x;
16 TAO_END_VERSIONED_NAMESPACE_DECL