summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Scheduler_Factory.inl
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/orbsvcs/orbsvcs/Scheduler_Factory.inl')
-rw-r--r--TAO/orbsvcs/orbsvcs/Scheduler_Factory.inl21
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Scheduler_Factory.inl b/TAO/orbsvcs/orbsvcs/Scheduler_Factory.inl
new file mode 100644
index 00000000000..2c01870582f
--- /dev/null
+++ b/TAO/orbsvcs/orbsvcs/Scheduler_Factory.inl
@@ -0,0 +1,21 @@
+// -*- 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