00001 // $Id: Smart_Proxies.cpp 76617 2007-01-26 06:20:59Z johnnyw $ 00002 00003 #include "tao/SmartProxies/Smart_Proxies.h" 00004 00005 ACE_RCSID(SmartProxies, 00006 Smart_Proxies, 00007 "$Id: Smart_Proxies.cpp 76617 2007-01-26 06:20:59Z johnnyw $") 00008 00009 #if !defined (__ACE_INLINE__) 00010 #include "tao/SmartProxies/Smart_Proxies.inl" 00011 #endif /* defined INLINE */ 00012 00013 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00014 00015 TAO_Smart_Proxy_Base::~TAO_Smart_Proxy_Base (void) 00016 { 00017 } 00018 00019 TAO_END_VERSIONED_NAMESPACE_DECL