summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/Network_Priority_Mapping.cpp
blob: 725fccc42bd6949a92f69e4543e29df4dbf2895c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#include "tao/orbconf.h"

#include "tao/RTCORBA/Network_Priority_Mapping.h"

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

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

TAO_Network_Priority_Mapping::~TAO_Network_Priority_Mapping (void)
{
}

TAO_END_VERSIONED_NAMESPACE_DECL

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