summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Scheduler_Factory.i
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Scheduler_Factory.i')
-rw-r--r--TAO/orbsvcs/orbsvcs/Scheduler_Factory.i15
1 files changed, 0 insertions, 15 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Scheduler_Factory.i b/TAO/orbsvcs/orbsvcs/Scheduler_Factory.i
deleted file mode 100644
index add09220816..00000000000
--- a/TAO/orbsvcs/orbsvcs/Scheduler_Factory.i
+++ /dev/null
@@ -1,15 +0,0 @@
-// ============================================================================
-//
-// $Id$
-//
-// ============================================================================
-
-// This helper function allows the application to determine whether
-// the factory is uninitialized, or in a config or runtime mode of
-// operation.
-
-ACE_INLINE ACE_Scheduler_Factory::Factory_Status
-ACE_Scheduler_Factory::status (void)
-{
- return status_;
-}