blob: 5d5d1b0f1c44b00787f5f0387ad1dac0768e12e3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef ACE_REFCOUNTABLE_T_CPP
#define ACE_REFCOUNTABLE_T_CPP
#include "ace/Refcountable_T.h"
#if !defined (__ACE_INLINE__)
#include "ace/Refcountable_T.inl"
#endif /* __ACE_INLINE__ */
#endif /* !ACE_REFCOUNTABLE_T_CPP */
|