summaryrefslogtreecommitdiff
path: root/TAO/tao/SmartProxies/Smart_Proxies.cpp
blob: af6f5edb1fa8bb6598a1c03671d562f19a6059e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
// $Id$

#include "tao/SmartProxies/Smart_Proxies.h"

ACE_RCSID(SmartProxies,
          Smart_Proxies,
          "$Id$")

#if !defined (__ACE_INLINE__)
#include "tao/SmartProxies/Smart_Proxies.inl"
#endif /* defined INLINE */

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

TAO_Smart_Proxy_Base::~TAO_Smart_Proxy_Base (void)
{
}

TAO_END_VERSIONED_NAMESPACE_DECL