summaryrefslogtreecommitdiff
path: root/TAO/orbsvcs/orbsvcs/Scheduler_Factory.i
blob: fdf6d67856cbc0053c634a686635b9e3aad48395 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
// ============================================================================
//
// $Id$
//
// ============================================================================

ACE_INLINE ACE_Scheduler_Factory::Factory_Status 
ACE_Scheduler_Factory::status (void)
{
  return status_;
}
  // This helper function allows the application to determine whether the 
  // factory is uninitialized, or in a config or runtime mode of operation.


// EOF