Go to the documentation of this file.00001
00002
00003 #include "tao/orbconf.h"
00004
00005 #if defined (TAO_HAS_CORBA_MESSAGING) && TAO_HAS_CORBA_MESSAGING != 0
00006
00007 #include "tao/RTCORBA/Priority_Mapping.h"
00008
00009 ACE_RCSID(RTCORBA,
00010 Priority_Mapping,
00011 "$Id: Priority_Mapping.cpp 71473 2006-03-10 07:19:20Z jtc $")
00012
00013 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00014
00015 TAO_Priority_Mapping::~TAO_Priority_Mapping (void)
00016 {
00017 }
00018
00019 TAO_END_VERSIONED_NAMESPACE_DECL
00020
00021 #endif