summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/Priority_Mapping.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/RTCORBA/Priority_Mapping.cpp')
-rw-r--r--TAO/tao/RTCORBA/Priority_Mapping.cpp21
1 files changed, 21 insertions, 0 deletions
diff --git a/TAO/tao/RTCORBA/Priority_Mapping.cpp b/TAO/tao/RTCORBA/Priority_Mapping.cpp
new file mode 100644
index 00000000000..ae4f6ebcf3f
--- /dev/null
+++ b/TAO/tao/RTCORBA/Priority_Mapping.cpp
@@ -0,0 +1,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 */