summaryrefslogtreecommitdiff
path: root/TAO/tao/Policy_Manager.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/Policy_Manager.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/Policy_Manager.h')
-rw-r--r--TAO/tao/Policy_Manager.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Policy_Manager.h b/TAO/tao/Policy_Manager.h
index e28e71ba831..bc6907c5a4b 100644
--- a/TAO/tao/Policy_Manager.h
+++ b/TAO/tao/Policy_Manager.h
@@ -22,7 +22,7 @@
#include "tao/orbconf.h"
-#if defined (TAO_HAS_CORBA_MESSAGING)
+#if (TAO_HAS_CORBA_MESSAGING == 1)
#include "tao/POA_CORBA.h"
@@ -246,6 +246,6 @@ public:
# include "tao/Policy_Manager.i"
#endif /* __ACE_INLINE__ */
-#endif /* TAO_HAS_CORBA_MESSAGING */
+#endif /* TAO_HAS_CORBA_MESSAGING == 1 */
#endif /* TAO_POLICY_MANAGER_H */