summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Event/EC_Priority_Scheduling.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Event/EC_Priority_Scheduling.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Event/EC_Priority_Scheduling.h19
1 files changed, 11 insertions, 8 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Event/EC_Priority_Scheduling.h b/TAO/orbsvcs/orbsvcs/Event/EC_Priority_Scheduling.h
index a8a1fee8960..ef5be319f06 100644
--- a/TAO/orbsvcs/orbsvcs/Event/EC_Priority_Scheduling.h
+++ b/TAO/orbsvcs/orbsvcs/Event/EC_Priority_Scheduling.h
@@ -1,4 +1,5 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
+
/**
* @file EC_Priority_Scheduling.h
*
@@ -16,14 +17,16 @@
#define TAO_EC_PRIORITY_SCHEDULING_H
#include /**/ "ace/pre.h"
-#include "EC_Scheduling_Strategy.h"
+#include "orbsvcs/Event/EC_Scheduling_Strategy.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
#include "orbsvcs/RtecSchedulerC.h"
-#include "sched_event_export.h"
+#include "orbsvcs/Event/sched_event_export.h"
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
/**
* @class TAO_EC_Priority_Scheduling
@@ -52,10 +55,8 @@ public:
ACE_ENV_ARG_DECL);
private:
- ACE_UNIMPLEMENTED_FUNC (TAO_EC_Priority_Scheduling
- (const TAO_EC_Priority_Scheduling&))
- ACE_UNIMPLEMENTED_FUNC (TAO_EC_Priority_Scheduling& operator=
- (const TAO_EC_Priority_Scheduling&))
+ TAO_EC_Priority_Scheduling (const TAO_EC_Priority_Scheduling&);
+ TAO_EC_Priority_Scheduling& operator= (const TAO_EC_Priority_Scheduling&);
/// Initialize our RT_Info handle and dependencies
void init_rt_info (ACE_ENV_SINGLE_ARG_DECL);
@@ -65,8 +66,10 @@ private:
RtecScheduler::Scheduler_var scheduler_;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#if defined (__ACE_INLINE__)
-#include "EC_Priority_Scheduling.i"
+#include "orbsvcs/Event/EC_Priority_Scheduling.i"
#endif /* __ACE_INLINE__ */
#include /**/ "ace/post.h"