summaryrefslogtreecommitdiff
path: root/TAO/tao/Buffering_Constraint_Policy.cpp
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
commit655a8631f1972c93c050b340df1a0290bd6b8524 (patch)
treefe358d8628cca01818e506934556901a54acd82b /TAO/tao/Buffering_Constraint_Policy.cpp
parentd4e2bd09872286771a656041ae27747a352b0e08 (diff)
downloadATCD-655a8631f1972c93c050b340df1a0290bd6b8524.tar.gz
ChangeLogTag: Thu Dec 23 12:33:41 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Buffering_Constraint_Policy.cpp')
-rw-r--r--TAO/tao/Buffering_Constraint_Policy.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Buffering_Constraint_Policy.cpp b/TAO/tao/Buffering_Constraint_Policy.cpp
index 70b2bbb500d..16fe372c12a 100644
--- a/TAO/tao/Buffering_Constraint_Policy.cpp
+++ b/TAO/tao/Buffering_Constraint_Policy.cpp
@@ -6,7 +6,7 @@
#include "tao/Buffering_Constraint_Policy.i"
#endif /* __ACE_INLINE__ */
-#if defined (TAO_HAS_CORBA_MESSAGING)
+#if (TAO_HAS_CORBA_MESSAGING == 1)
ACE_RCSID(TAO, Buffering_Constraint_Policy, "$Id$")
@@ -108,4 +108,4 @@ TAO_Buffering_Constraint_Policy::_default_POA (CORBA_Environment &)
#endif /* ACE_HAS_EXPLICIT_TEMPLATE_INSTANTIATION */
-#endif /* TAO_HAS_CORBA_MESSAGING */
+#endif /* TAO_HAS_CORBA_MESSAGING == 1 */