diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-30 20:51:16 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-08-30 20:51:16 +0000 |
commit | 44201fbd210a380f97b9d9faa2688a0a4632a445 (patch) | |
tree | 3a2e955790abe4cac5291c72827ebcde8150e805 /TAO/tao/rtcorbafwd.cpp | |
parent | 80dfbff0a8be9a69b768c30fc7fceb1495454eea (diff) | |
download | ATCD-44201fbd210a380f97b9d9faa2688a0a4632a445.tar.gz |
ChangeLogTag:Mon Aug 30 15:15:39 1999 Carlos O'Ryan <coryan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/rtcorbafwd.cpp')
-rw-r--r-- | TAO/tao/rtcorbafwd.cpp | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/TAO/tao/rtcorbafwd.cpp b/TAO/tao/rtcorbafwd.cpp new file mode 100644 index 00000000000..d9d055533b1 --- /dev/null +++ b/TAO/tao/rtcorbafwd.cpp @@ -0,0 +1,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 */ |