summaryrefslogtreecommitdiff
path: root/TAO/tao/RTCORBA/Multi_Priority_Mapping.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-07-01 08:53:54 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-07-01 08:53:54 +0000
commitb7286c990aced27ed5d7e9487362370399e3a333 (patch)
tree531cd6bf6d5ec6e72d587c44f25173eb221ab89b /TAO/tao/RTCORBA/Multi_Priority_Mapping.cpp
parentedde50266dec9b6d24e7c42f83b697bae48bf99d (diff)
downloadATCD-b7286c990aced27ed5d7e9487362370399e3a333.tar.gz
ChangeLogTag: Thu Jul 01 08:53:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/RTCORBA/Multi_Priority_Mapping.cpp')
-rw-r--r--TAO/tao/RTCORBA/Multi_Priority_Mapping.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/RTCORBA/Multi_Priority_Mapping.cpp b/TAO/tao/RTCORBA/Multi_Priority_Mapping.cpp
index 957cbe676b0..62f5a55efce 100644
--- a/TAO/tao/RTCORBA/Multi_Priority_Mapping.cpp
+++ b/TAO/tao/RTCORBA/Multi_Priority_Mapping.cpp
@@ -3,6 +3,8 @@
#include "tao/orbconf.h"
+#if defined (TAO_HAS_CORBA_MESSAGING) && TAO_HAS_CORBA_MESSAGING != 0
+
#include "tao/RTCORBA/Multi_Priority_Mapping.h"
#include "tao/debug.h"
#include "ace/Log_Msg.h"
@@ -228,3 +230,5 @@ TAO_Multi_Priority_Mapping::to_CORBA (RTCORBA::NativePriority native_priority,
return 1;
}
+
+#endif /* TAO_HAS_CORBA_MESSAGING && TAO_HAS_CORBA_MESSAGING != 0 */