summaryrefslogtreecommitdiff
path: root/TAO/tao/SmartProxies/Smart_Proxies.cpp
blob: 0d3c65def83a87fd77ce8a5d1abecf9350335dff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- C++ -*-
// $Id$

#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