00001 // -*- C++ -*- 00002 // 00003 // $Id: Smart_Proxies.inl 76593 2007-01-25 19:19:27Z johnnyw $ 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 ACE_INLINE 00008 TAO_Smart_Proxy_Base::TAO_Smart_Proxy_Base (void) 00009 { 00010 } 00011 00012 ACE_INLINE 00013 TAO_Smart_Proxy_Base::TAO_Smart_Proxy_Base (CORBA::Object_ptr proxy) 00014 : base_proxy_(proxy) 00015 { 00016 } 00017 00018 TAO_END_VERSIONED_NAMESPACE_DECL