summaryrefslogtreecommitdiff
path: root/ace/Task_T.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Task_T.h')
-rw-r--r--ace/Task_T.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/ace/Task_T.h b/ace/Task_T.h
index 68e54562612..52c0f6b2218 100644
--- a/ace/Task_T.h
+++ b/ace/Task_T.h
@@ -1,4 +1,4 @@
-// -*- C++ -*-
+/* -*- C++ -*- */
//=============================================================================
/**
@@ -23,15 +23,9 @@
#include "ace/Synch_Traits.h"
#include "ace/Task.h"
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
// Forward decls...
template <ACE_SYNCH_DECL> class ACE_Module;
-#if defined (ACE_LYNXOS_MAJOR) && (ACE_LYNXOS_MAJOR < 4)
- using namespace ACE_Task_Flags;
-#endif
-
/**
* @class ACE_Task
*
@@ -136,13 +130,7 @@ public: // Should be protected:
* Note that if this conflicts with the C++ iostream <flush>
* function, just rewrite the iostream function as ::<flush>.
*/
-
-#if defined (ACE_LYNXOS_MAJOR) && (ACE_LYNXOS_MAJOR < 4)
- // Make LynxOS 3.x buggy compiler happy
- int flush (u_long flag = ACE_FLUSHALL);
-#else
int flush (u_long flag = ACE_Task_Flags::ACE_FLUSHALL);
-#endif
// = Special routines corresponding to certain message types.
@@ -179,8 +167,6 @@ template class ACE_Export ACE_Task<ACE_MT_SYNCH>;
template class ACE_Export ACE_Task<ACE_NULL_SYNCH>;
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION_EXPORT */
-ACE_END_VERSIONED_NAMESPACE_DECL
-
#if defined (__ACE_INLINE__)
#include "ace/Task_T.inl"
#endif /* __ACE_INLINE__ */