summaryrefslogtreecommitdiff
path: root/TAO/tao/Stub.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Stub.h')
-rw-r--r--TAO/tao/Stub.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Stub.h b/TAO/tao/Stub.h
index 22beab107f6..70537d923e6 100644
--- a/TAO/tao/Stub.h
+++ b/TAO/tao/Stub.h
@@ -113,7 +113,7 @@ class TAO_Export TAO_Stub
// The stub and DII interpreter APIs are member functions of this
// type.
public:
-#if !defined (TAO_HAS_MINIMUM_CORBA)
+#if (TAO_HAS_MINIMUM_CORBA == 0)
void do_dynamic_call (const char *opname,
CORBA::Boolean is_roundtrip,
@@ -313,7 +313,7 @@ public:
// temporary.
protected:
-#if !defined (TAO_HAS_MINIMUM_CORBA)
+#if (TAO_HAS_MINIMUM_CORBA == 0)
void put_params (TAO_GIOP_Invocation &call,
CORBA::NVList_ptr args,