summaryrefslogtreecommitdiff
path: root/TAO/tao/TAOS.h
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-23 18:56:30 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-12-23 18:56:30 +0000
commit9b889a47ed26d1479cd02698002585539cb59dda (patch)
treefe358d8628cca01818e506934556901a54acd82b /TAO/tao/TAOS.h
parentc34baa5660fbbcf686a558ae3951b4c309f2dc5f (diff)
downloadATCD-9b889a47ed26d1479cd02698002585539cb59dda.tar.gz
ChangeLogTag: Thu Dec 23 12:33:41 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/TAOS.h')
-rw-r--r--TAO/tao/TAOS.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/TAOS.h b/TAO/tao/TAOS.h
index 987a93955c2..0485ef30c6c 100644
--- a/TAO/tao/TAOS.h
+++ b/TAO/tao/TAOS.h
@@ -12,11 +12,11 @@
#include "tao/TAOC.h"
-#if defined (TAO_HAS_CORBA_MESSAGING)
+#if (TAO_HAS_CORBA_MESSAGING == 1)
#include "tao/POA_CORBA.h"
-#endif /* TAO_HAS_CORBA_MESSAGING */
+#endif /* TAO_HAS_CORBA_MESSAGING == 1 */
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -32,7 +32,7 @@
TAO_NAMESPACE POA_TAO
{
-#if defined (TAO_HAS_CORBA_MESSAGING)
+#if (TAO_HAS_CORBA_MESSAGING == 1)
class ClientPriorityPolicy;
typedef ClientPriorityPolicy *ClientPriorityPolicy_ptr;
@@ -178,7 +178,7 @@ TAO_NAMESPACE POA_TAO
#endif /* end #if !defined */
-#endif /* TAO_HAS_CORBA_MESSAGING */
+#endif /* TAO_HAS_CORBA_MESSAGING == 1 */
}
TAO_NAMESPACE_CLOSE