summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Runtime_Scheduler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Runtime_Scheduler.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Runtime_Scheduler.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Runtime_Scheduler.h b/TAO/orbsvcs/orbsvcs/Runtime_Scheduler.h
index 87ca3f44cb0..6c2430af091 100644
--- a/TAO/orbsvcs/orbsvcs/Runtime_Scheduler.h
+++ b/TAO/orbsvcs/orbsvcs/Runtime_Scheduler.h
@@ -157,7 +157,7 @@ public:
RtecScheduler::UNKNOWN_TASK));
// In the reconfig scheduler, this method removes a dependency between
// two RT_Infos. In the run time scheduler, this is a no-op.
-
+
virtual void set_dependency_enable_state (RtecScheduler::handle_t handle,
RtecScheduler::handle_t dependency,
CORBA::Long number_of_calls,
@@ -168,7 +168,7 @@ public:
RtecScheduler::UNKNOWN_TASK));
// In the reconfig scheduler, this method (re)enabes a dependency between
// two RT_Infos. In the run time scheduler, this is a no-op.
-
+
virtual void set_rt_info_enable_state (RtecScheduler::handle_t handle,
RtecScheduler::RT_Info_Enabled_Type_t enabled
ACE_ENV_ARG_DECL)
@@ -280,7 +280,7 @@ private:
};
#if defined (__ACE_INLINE__)
-#include "orbsvcs/Runtime_Scheduler.i"
+#include "orbsvcs/orbsvcs/Runtime_Scheduler.i"
#endif /* __ACE_INLINE__ */
#include /**/ "ace/post.h"