summaryrefslogtreecommitdiff
path: root/trunk/TAO/tao/RTCORBA/Priority_Mapping.cpp
blob: ae4f6ebcf3fe66ab3c1928448875dddebb357f34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// $Id$

#include "tao/orbconf.h"

#if defined (TAO_HAS_CORBA_MESSAGING) && TAO_HAS_CORBA_MESSAGING != 0

#include "tao/RTCORBA/Priority_Mapping.h"

ACE_RCSID(RTCORBA,
          Priority_Mapping,
          "$Id$")

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

TAO_Priority_Mapping::~TAO_Priority_Mapping (void)
{
}

TAO_END_VERSIONED_NAMESPACE_DECL

#endif /* TAO_HAS_CORBA_MESSAGING && TAO_HAS_CORBA_MESSAGING != 0 */