1 #ifndef ACE_AUTO_FUNCTOR_CPP
2 #define ACE_AUTO_FUNCTOR_CPP
4 #include "ace/Auto_Functor.h"
6 #if !defined(__ACE_INLINE__)
7 # include "ace/Auto_Functor.inl"
8 #endif /* __ACE_INLINE__ */
10 ACE_BEGIN_VERSIONED_NAMESPACE_DECL
12 template<typename X
, typename Functor
>
13 ACE_Utils::Auto_Functor
<X
,Functor
>::~Auto_Functor()
18 template<typename X
, typename Functor
> void
19 ACE_Utils::Auto_Functor
<X
,Functor
>::reset(X
* p
)
28 template<typename X
, typename Functor
>void
29 ACE_Utils::Auto_Functor
<X
,Functor
>::reset(X
* p
, Functor f
)
35 ACE_END_VERSIONED_NAMESPACE_DECL
37 #endif /*ACE_AUTO_FUNCTOR_CPP*/