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.i21
1 files changed, 0 insertions, 21 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Scheduler_Factory.i b/TAO/orbsvcs/orbsvcs/Scheduler_Factory.i
deleted file mode 100644
index 2c01870582f..00000000000
--- a/TAO/orbsvcs/orbsvcs/Scheduler_Factory.i
+++ /dev/null
@@ -1,21 +0,0 @@
-// -*- C++ -*-
-
-// ============================================================================
-//
-// $Id$
-//
-// ============================================================================
-
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
-// 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_;
-}
-
-TAO_END_VERSIONED_NAMESPACE_DECL