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

#ifndef TAO_INTRUSIVE_REF_COUNT_BASE_T_CPP
#define TAO_INTRUSIVE_REF_COUNT_BASE_T_CPP

#include "tao/Intrusive_Ref_Count_Base_T.h"

#if !defined (__ACE_INLINE__)
#include "tao/Intrusive_Ref_Count_Base_T.inl"
#endif /* __ACE_INLINE__ */

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

template <typename T>
TAO_Intrusive_Ref_Count_Base<T>::~TAO_Intrusive_Ref_Count_Base()
{
}

TAO_END_VERSIONED_NAMESPACE_DECL

#endif /* TAO_INTRUSIVE_REF_COUNT_BASE_T_CPP */