summaryrefslogtreecommitdiff
path: root/TAO/tao/rtcorbafwd.cpp
blob: d9d055533b14afc5fc9616f67c68e2c813f51468 (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 defined (TAO_HAS_RT_CORBA)

#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 */