Refcountable_T.cpp

Go to the documentation of this file.
00001 // $Id: Refcountable_T.cpp 81407 2008-04-24 05:59:30Z johnnyw $
00002 
00003 #ifndef ACE_REFCOUNTABLE_T_CPP
00004 #define ACE_REFCOUNTABLE_T_CPP
00005 
00006 #include "ace/Refcountable_T.h"
00007 
00008 ACE_RCSID (ace,
00009            Refcountable_T,
00010            "$Id: Refcountable_T.cpp 81407 2008-04-24 05:59:30Z johnnyw $")
00011 
00012 #if !defined (__ACE_INLINE__)
00013 #include "ace/Refcountable_T.inl"
00014 #endif /* __ACE_INLINE__ */
00015 
00016 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
00017 
00018 template <class ACE_LOCK>
00019 ACE_Refcountable_T<ACE_LOCK>::~ACE_Refcountable_T (void)
00020 {
00021 }
00022 
00023 ACE_END_VERSIONED_NAMESPACE_DECL
00024 
00025 #endif  /* !ACE_REFCOUNTABLE_T_CPP */

Generated on Tue Feb 2 17:18:42 2010 for ACE by  doxygen 1.4.7