summaryrefslogtreecommitdiff
path: root/TAO/tao/Intrusive_Ref_Count_Base_T.cpp
blob: e7776d3fd913d8394bbc4635f06c48d0eee2a0fb (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_C
#define TAO_INTRUSIVE_REF_COUNT_BASE_T_C

#include "Intrusive_Ref_Count_Base_T.h"

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

ACE_RCSID (tao,
           Intrusive_Ref_Count_Base_T,
           "$Id$")

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

#endif /* TAO_INTRUSIVE_REF_COUNT_BASE_T_C */