summaryrefslogtreecommitdiff
path: root/TAO/tao/ZIOP/ZIOP_Service_Context_Handler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/ZIOP/ZIOP_Service_Context_Handler.cpp')
-rw-r--r--TAO/tao/ZIOP/ZIOP_Service_Context_Handler.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/ZIOP/ZIOP_Service_Context_Handler.cpp b/TAO/tao/ZIOP/ZIOP_Service_Context_Handler.cpp
index 558aad84071..7e0ad04cfec 100644
--- a/TAO/tao/ZIOP/ZIOP_Service_Context_Handler.cpp
+++ b/TAO/tao/ZIOP/ZIOP_Service_Context_Handler.cpp
@@ -2,6 +2,8 @@
#include "tao/ZIOP/ZIOP_Service_Context_Handler.h"
+#if defined (TAO_HAS_CORBA_MESSAGING) && TAO_HAS_CORBA_MESSAGING != 0
+
ACE_RCSID (ZIOP,
ZIOP_Service_Context_Handler,
"$Id$")
@@ -121,3 +123,5 @@ TAO_ZIOP_Service_Context_Handler::generate_service_context (
}
TAO_END_VERSIONED_NAMESPACE_DECL
+
+#endif