blob: 5c8d02b76ba2a8c4ba1d638886da9d8e9451d968 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
// $Id$
#ifndef TAO_INTRUSIVE_REF_COUNT_HANDLE_T_CPP
#define TAO_INTRUSIVE_REF_COUNT_HANDLE_T_CPP
#include "tao/Intrusive_Ref_Count_Handle_T.h"
#if !defined (__ACE_INLINE__)
#include "tao/Intrusive_Ref_Count_Handle_T.inl"
#endif /* __ACE_INLINE__ */
#endif /* TAO_INTRUSIVE_REF_COUNT_HANDLE_T_CPP */
|