blob: 902e4362f65716d21247be7fe54747800f9f52fd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
// $Id$
#include "ace/Refcountable.h"
#if !defined (__ACE_INLINE__)
#include "ace/Refcountable.inl"
#endif /* __ACE_INLINE __ */
ACE_RCSID (ace,
Refcountable,
"$Id$")
ACE_BEGIN_VERSIONED_NAMESPACE_DECL
ACE_Refcountable::~ACE_Refcountable (void)
{
}
ACE_END_VERSIONED_NAMESPACE_DECL
|