summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Scheduler_Factory.inl
blob: 2c01870582fe748789fd33c100579872dafa82cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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