blob: 9c2398619f2af4b69a7b19a6c007d7018c9b3108 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
// $Id$
#include "tao/rtcorbafwd.h"
#if (TAO_HAS_RT_CORBA == 1)
#if !defined (__ACE_INLINE__)
# include "tao/rtcorbafwd.i"
#endif /* ! __ACE_INLINE__ */
ACE_RCSID(tao, rtcorbafwd, "$Id$")
TAO_NAMESPACE_TYPE (const RTCORBA::Priority)
TAO_NAMESPACE_BEGIN (RTCORBA)
TAO_NAMESPACE_DEFINE (const RTCORBA::Priority, minPriority, 0)
TAO_NAMESPACE_END
TAO_NAMESPACE_TYPE (const RTCORBA::Priority)
TAO_NAMESPACE_BEGIN (RTCORBA)
TAO_NAMESPACE_DEFINE (const RTCORBA::Priority, maxPriority, 32767)
TAO_NAMESPACE_END
#endif /* TAO_HAS_RT_CORBA == 1 */
|