summaryrefslogtreecommitdiff
path: root/TAO/tao/GIOP_Message_Lite.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/GIOP_Message_Lite.cpp')
-rw-r--r--TAO/tao/GIOP_Message_Lite.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/GIOP_Message_Lite.cpp b/TAO/tao/GIOP_Message_Lite.cpp
index e4d9cd3cc2e..c38e26a3990 100644
--- a/TAO/tao/GIOP_Message_Lite.cpp
+++ b/TAO/tao/GIOP_Message_Lite.cpp
@@ -542,7 +542,7 @@ TAO_GIOP_Message_Lite::
response_required = request.response_expected ();
sync_with_server = request.sync_with_server ();
-#if !defined (TAO_NO_IOR_TABLE)
+#if (TAO_NO_IOR_TABLE == 0)
const CORBA::Octet *object_key =
request.object_key ().get_buffer ();
@@ -603,7 +603,7 @@ TAO_GIOP_Message_Lite::
);
ACE_TRY_CHECK;
}
-#if !defined (TAO_HAS_MINIMUM_CORBA)
+#if (TAO_HAS_MINIMUM_CORBA == 0)
ACE_CATCH (PortableServer::ForwardRequest, forward_request)
{
// Make the GIOP header and Reply header
@@ -765,7 +765,7 @@ TAO_GIOP_Message_Lite::
if (parse_error != 0)
ACE_TRY_THROW (CORBA::MARSHAL (TAO_DEFAULT_MINOR_CODE,
CORBA::COMPLETED_NO));
-#if !defined (TAO_NO_IOR_TABLE)
+#if (TAO_NO_IOR_TABLE == 0)
const CORBA::Octet *object_key =
locate_request.target_address ().object_key ().get_buffer ();
@@ -881,7 +881,7 @@ TAO_GIOP_Message_Lite::
}
-#if !defined (TAO_HAS_MINIMUM_CORBA)
+#if (TAO_HAS_MINIMUM_CORBA == 0)
ACE_CATCH (PortableServer::ForwardRequest, forward_request)
{
status_info.status = TAO_GIOP_OBJECT_FORWARD;