summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-02-06 12:57:47 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-02-06 12:57:47 +0000
commit9b0610e18a3f1a8881f21d4bb6760aee17d61b85 (patch)
tree6f77352fe8a21367d8a1a79cbf6ce775c5b84021
parente23aa822b80ec5ab46f83a3eeaefd9d0154c1b74 (diff)
downloadATCD-9b0610e18a3f1a8881f21d4bb6760aee17d61b85.tar.gz
ChangeLogTag: Fri Feb 6 12:57:01 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--TAO/orbsvcs/orbsvcs/Runtime_Scheduler.h6
-rw-r--r--TAO/orbsvcs/orbsvcs/Scheduler_Factory.h10
-rw-r--r--TAO/orbsvcs/orbsvcs/Scheduler_Utilities.h2
3 files changed, 9 insertions, 9 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"
diff --git a/TAO/orbsvcs/orbsvcs/Scheduler_Factory.h b/TAO/orbsvcs/orbsvcs/Scheduler_Factory.h
index 3260b6b53bd..2cd56b8f60b 100644
--- a/TAO/orbsvcs/orbsvcs/Scheduler_Factory.h
+++ b/TAO/orbsvcs/orbsvcs/Scheduler_Factory.h
@@ -45,14 +45,14 @@ class TAO_RTSched_Export ACE_Scheduler_Factory
// local server, which will use the results of the config runs to
// actually do the scheduling, without incurring in RPC overheads.
public:
- enum Factory_Status
+ enum Factory_Status
{
// = TITLE
// Factory Status
//
// = DESCRIPTION
// This type enumerates the possible states of the factory:
- // uninitialized, or in a configuration, runtime, or
+ // uninitialized, or in a configuration, runtime, or
// reconfigurable mode of operation.
UNINITIALIZED,
@@ -182,7 +182,7 @@ public:
FILE* file);
// This helper function prints out a single scheduling entry contents
- static int log_scheduling_entries(TAO_Reconfig_Scheduler_Entry ** entry_ptr_array,
+ static int log_scheduling_entries(TAO_Reconfig_Scheduler_Entry ** entry_ptr_array,
long entry_ptr_array_size,
const char* file_name);
// This helper function prints out the intermediate scheduling entries
@@ -250,7 +250,7 @@ protected:
private:
static RtecScheduler::Scheduler_ptr server_;
-
+
static Factory_Status status_;
// Default period configuration. (Boeing Extension)
static RtecScheduler::Period_t period_default_;
@@ -268,7 +268,7 @@ private:
};
#if defined (__ACE_INLINE__)
-#include "orbsvcs/Scheduler_Factory.i"
+#include "orbsvcs/orbsvcs/Scheduler_Factory.i"
#endif /* __ACE_INLINE__ */
#include /**/ "ace/post.h"
diff --git a/TAO/orbsvcs/orbsvcs/Scheduler_Utilities.h b/TAO/orbsvcs/orbsvcs/Scheduler_Utilities.h
index 546c517114b..745247b2ed1 100644
--- a/TAO/orbsvcs/orbsvcs/Scheduler_Utilities.h
+++ b/TAO/orbsvcs/orbsvcs/Scheduler_Utilities.h
@@ -61,7 +61,7 @@ public:
};
#if defined (__ACE_INLINE__)
-#include "orbsvcs/Scheduler_Utilities.i"
+#include "orbsvcs/orbsvcs/Scheduler_Utilities.i"
#endif /* __ACE_INLINE__ */
#include /**/ "ace/post.h"