summaryrefslogtreecommitdiff
path: root/ace/Refcountable.cpp
blob: 0c77633f4d1d57c03bca6508ca4590874ef8d70d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// $Id$

#include "ace/Refcountable.h"

#if !defined (__ACE_INLINE__)
#include "ace/Refcountable.inl"
#endif /* __ACE_INLINE __ */


ACE_RCSID (ace,
           Refcountable,
           "$Id$")


ACE_Refcountable::~ACE_Refcountable (void)
{
}