summaryrefslogtreecommitdiff
path: root/TAO/tao/Intrusive_Ref_Count_Base_T.cpp
blob: b9404e42f3ce39a018102822c2d259c48be92d63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#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 */