summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Sched/Strategy_Scheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Sched/Strategy_Scheduler.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Sched/Strategy_Scheduler.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Sched/Strategy_Scheduler.h b/TAO/orbsvcs/orbsvcs/Sched/Strategy_Scheduler.h
index d2d60872b92..3f8e837ea98 100644
--- a/TAO/orbsvcs/orbsvcs/Sched/Strategy_Scheduler.h
+++ b/TAO/orbsvcs/orbsvcs/Sched/Strategy_Scheduler.h
@@ -1,4 +1,5 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+
// $Id$
//
// ============================================================================
@@ -23,6 +24,8 @@
#include "DynSched.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
// forward declaration of the abstract base class for scheduler strategies
class ACE_Scheduler_Strategy;
@@ -493,6 +496,9 @@ private:
};
+
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#include /**/ "ace/post.h"
#endif /* STRATEGY_SCHEDULER_H */