summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/Priority_Mapping.cpp
blob: 99ad2c6bbfd1b75520333545e6977d149e8e7970 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// $Id$

#include "tao/orbconf.h"

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

#include "Priority_Mapping.h"

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

TAO_Priority_Mapping::~TAO_Priority_Mapping (void)
{
}
#endif /* TAO_HAS_CORBA_MESSAGING && TAO_HAS_CORBA_MESSAGING != 0 */