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