00001 // $Id: Intrusive_Ref_Count_Base_T.cpp 71473 2006-03-10 07:19:20Z jtc $ 00002 00003 #ifndef TAO_INTRUSIVE_REF_COUNT_BASE_T_CPP 00004 #define TAO_INTRUSIVE_REF_COUNT_BASE_T_CPP 00005 00006 #include "tao/Intrusive_Ref_Count_Base_T.h" 00007 00008 #if !defined (__ACE_INLINE__) 00009 #include "tao/Intrusive_Ref_Count_Base_T.inl" 00010 #endif /* __ACE_INLINE__ */ 00011 00012 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00013 00014 template <typename T> 00015 TAO_Intrusive_Ref_Count_Base<T>::~TAO_Intrusive_Ref_Count_Base() 00016 { 00017 } 00018 00019 TAO_END_VERSIONED_NAMESPACE_DECL 00020 00021 #endif /* TAO_INTRUSIVE_REF_COUNT_BASE_T_CPP */