Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / SmartProxies / Smart_Proxies.inl
blob23323281dd5a238c969b39104af8b2fe7c31603b
1 // -*- C++ -*-
2 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
4 ACE_INLINE
5 TAO_Smart_Proxy_Base::TAO_Smart_Proxy_Base ()
9 ACE_INLINE
10 TAO_Smart_Proxy_Base::TAO_Smart_Proxy_Base (CORBA::Object_ptr proxy)
11   : base_proxy_(proxy)
15 TAO_END_VERSIONED_NAMESPACE_DECL