Revert "Minor modernization of DynamicAny code"
[ACE_TAO.git] / TAO / tao / Intrusive_Ref_Count_Base_T.cpp
blobb9404e42f3ce39a018102822c2d259c48be92d63
1 #ifndef TAO_INTRUSIVE_REF_COUNT_BASE_T_CPP
2 #define TAO_INTRUSIVE_REF_COUNT_BASE_T_CPP
4 #include "tao/Intrusive_Ref_Count_Base_T.h"
6 #if !defined (__ACE_INLINE__)
7 #include "tao/Intrusive_Ref_Count_Base_T.inl"
8 #endif /* __ACE_INLINE__ */
10 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
12 template <typename T>
13 TAO_Intrusive_Ref_Count_Base<T>::~TAO_Intrusive_Ref_Count_Base()
17 TAO_END_VERSIONED_NAMESPACE_DECL
19 #endif /* TAO_INTRUSIVE_REF_COUNT_BASE_T_CPP */