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

ACE_INLINE
TAO_Smart_Proxy_Base::TAO_Smart_Proxy_Base (void)
{
}

ACE_INLINE
TAO_Smart_Proxy_Base::TAO_Smart_Proxy_Base (CORBA::Object_ptr proxy)
  : base_proxy_(proxy)
{
}

ACE_INLINE
TAO_Smart_Proxy_Base::~TAO_Smart_Proxy_Base (void)
{
}