diff options
Diffstat (limited to 'ace/Functor_T.cpp')
-rw-r--r-- | ace/Functor_T.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ace/Functor_T.cpp b/ace/Functor_T.cpp index 98758932b5d..534edb64401 100644 --- a/ace/Functor_T.cpp +++ b/ace/Functor_T.cpp @@ -25,12 +25,16 @@ // // ============================================================================ -#if !defined (ACE_FUNCTOR_T_C) +#ifndef ACE_FUNCTOR_T_C #define ACE_FUNCTOR_T_C #define ACE_BUILD_DLL #include "ace/Functor_T.h" +#if !defined (ACE_LACKS_PRAGMA_ONCE) +# pragma once +#endif /* ACE_LACKS_PRAGMA_ONCE */ + #if !defined (__ACE_INLINE__) #include "ace/Functor_T.i" #endif /* __ACE_INLINE__ */ @@ -59,5 +63,3 @@ ACE_Command_Callback<RECEIVER, ACTION>::execute (void *arg) #endif /* ACE_FUNCTOR_T_C */ - -// EOF |