summaryrefslogtreecommitdiff
path: root/ace/Sched_Params.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ace/Sched_Params.cpp')
-rw-r--r--ace/Sched_Params.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/ace/Sched_Params.cpp b/ace/Sched_Params.cpp
index e6395c148a3..a86c0b55d0f 100644
--- a/ace/Sched_Params.cpp
+++ b/ace/Sched_Params.cpp
@@ -29,8 +29,6 @@
ACE_RCSID(ace, Sched_Params, "$Id$")
-ACE_BEGIN_VERSIONED_NAMESPACE_DECL
-
int
ACE_Sched_Params::priority_min (const Policy policy,
const int scope)
@@ -129,7 +127,7 @@ ACE_Sched_Params::priority_min (const Policy policy,
ACE_UNUSED_ARG (policy);
ACE_UNUSED_ARG (scope);
return THREAD_PRIORITY_IDLE;
-#elif defined (ACE_VXWORKS)
+#elif defined (VXWORKS)
ACE_UNUSED_ARG (policy);
ACE_UNUSED_ARG (scope);
return 255;
@@ -334,5 +332,3 @@ ACE_Sched_Params::previous_priority (const Policy policy,
ACE_NOTSUP_RETURN (-1);
#endif /* ACE_HAS_THREADS */
}
-
-ACE_END_VERSIONED_NAMESPACE_DECL