00001 // -*- C++ -*- 00002 // 00003 // Smart_Proxies.inl,v 1.2 2005/11/04 18:39:05 ossama Exp 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 ACE_INLINE 00019 TAO_Smart_Proxy_Base::~TAO_Smart_Proxy_Base (void) 00020 { 00021 } 00022 00023 TAO_END_VERSIONED_NAMESPACE_DECL