summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Scheduler_Factory.i
blob: add09220816e8aa8049cf8bf7a54914f6c95b70d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// ============================================================================
//
// $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_;
}