summaryrefslogtreecommitdiff
path: root/TAO/tao/SmartProxies/Smart_Proxies.cpp
blob: 8b9e0bb343d2060120d2f9d0caf05da801e4f865 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- C++ -*-
#include "tao/SmartProxies/Smart_Proxies.h"

#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