diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-23 18:56:30 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-12-23 18:56:30 +0000 |
commit | 9b889a47ed26d1479cd02698002585539cb59dda (patch) | |
tree | fe358d8628cca01818e506934556901a54acd82b /TAO/tao/Policy_Manager.h | |
parent | c34baa5660fbbcf686a558ae3951b4c309f2dc5f (diff) | |
download | ATCD-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.h | 4 |
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 */ |