summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Scheduler_Factory.inl
blob: 374ebb64e8feb4abd521d11c4f5161da84e3581a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// -*- C++ -*-

// ============================================================================
// ============================================================================

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