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

#include "tao/orbconf.h"

#include "Network_Priority_Mapping.h"

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

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

TAO_Network_Priority_Mapping::~TAO_Network_Priority_Mapping (void)
{
}

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