summaryrefslogtreecommitdiff
path: root/TAO/tao/TAOC.i
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-27 22:23:46 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-03-27 22:23:46 +0000
commit9851b9559fdea0eacedb41c56d3a29626059f2f7 (patch)
tree4a31895ea1cff0e42e2a0f34cefc31dc4c297732 /TAO/tao/TAOC.i
parent2f521cd9962e8bea4412274c99596de50392db11 (diff)
downloadATCD-9851b9559fdea0eacedb41c56d3a29626059f2f7.tar.gz
ChangeLogTag: Mon Mar 27 16:11:29 2000 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/TAOC.i')
-rw-r--r--TAO/tao/TAOC.i8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/tao/TAOC.i b/TAO/tao/TAOC.i
index cc0e7b01748..558c634ce81 100644
--- a/TAO/tao/TAOC.i
+++ b/TAO/tao/TAOC.i
@@ -11,7 +11,7 @@
// Inline operations for class TAO::PrioritySpecification_var
// *************************************************************
-#if (TAO_HAS_CORBA_MESSAGING == 1)
+#if (TAO_HAS_CLIENT_PRIORITY_POLICY == 1)
ACE_INLINE
TAO::PrioritySpecification_var::PrioritySpecification_var (void) // default constructor
@@ -331,6 +331,10 @@ ACE_INLINE CORBA::Boolean operator>> (TAO_InputCDR &strm, TAO::PrioritySpecifica
}
+#endif /* TAO_HAS_CLIENT_PRIORITY_POLICY == 1 */
+
+#if (TAO_HAS_BUFFERING_CONSTRAINT_POLICY == 1)
+
// *************************************************************
// Inline operations for class TAO::BufferingConstraint_var
// *************************************************************
@@ -655,4 +659,4 @@ ACE_INLINE CORBA::Boolean operator>> (TAO_InputCDR &strm, TAO::BufferingConstrai
}
-#endif /* TAO_HAS_CORBA_MESSAGING == 1 */
+#endif /* TAO_HAS_BUFFERING_CONSTRAINT_POLICY == 1 */