summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Scheduler_Factory.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Scheduler_Factory.h')
-rw-r--r--TAO/orbsvcs/orbsvcs/Scheduler_Factory.h23
1 files changed, 2 insertions, 21 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Scheduler_Factory.h b/TAO/orbsvcs/orbsvcs/Scheduler_Factory.h
index b9f9f1e86ec..5f08c90a8f1 100644
--- a/TAO/orbsvcs/orbsvcs/Scheduler_Factory.h
+++ b/TAO/orbsvcs/orbsvcs/Scheduler_Factory.h
@@ -45,12 +45,10 @@ public:
//
// = DESCRIPTION
// This type enumerates the possible states of the factory:
- // uninitialized, or in a configuration, runtime, or
- // reconfigurable mode of operation.
+ // uninitialized, or in a config or runtime mode of operation.
UNINITIALIZED,
CONFIG,
- RECONFIG,
RUNTIME
};
@@ -61,7 +59,7 @@ public:
//
// = DESCRIPTION
// This class provide us with a plain old data version of
- // RT_Info, this is useful for implementing arrays of
+ // RT_Info, this is useful for implementing static arrays or of
// those.
const char *entry_point;
@@ -80,23 +78,6 @@ public:
CORBA::Long info_type;
};
-
- struct POD_Dependency_Info
- {
- // = TITLE
- // Plain Old Data for RT_Info Dependencies.
- //
- // = DESCRIPTION
- // This class provide us with a plain old data version of
- // dependencies between RT_Infos. This is useful for implementing
- // arrays of those.
-
- RtecScheduler::handle_t info_that_depends;
- RtecScheduler::handle_t info_depended_on;
- RtecScheduler::Dependency_Type_t dependency_type;
- CORBA::Long number_of_calls;
- };
-
struct POD_Config_Info
{
// = TITLE