diff options
Diffstat (limited to 'ace/Task_T.cpp')
-rw-r--r-- | ace/Task_T.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ace/Task_T.cpp b/ace/Task_T.cpp index a31045142a6..489ec46371b 100644 --- a/ace/Task_T.cpp +++ b/ace/Task_T.cpp @@ -13,7 +13,7 @@ #include "ace/Task_T.i" #endif /* __ACE_INLINE__ */ -template <ACE_SYNCH_1> ACE_INLINE void +template <ACE_SYNCH_1> void ACE_Task<ACE_SYNCH_2>::dump (void) const { ACE_TRACE ("ACE_Task<ACE_SYNCH_2>::dump"); |