summaryrefslogtreecommitdiff
path: root/TAO/tao/TAOS.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/TAOS.cpp')
-rw-r--r--TAO/tao/TAOS.cpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/TAO/tao/TAOS.cpp b/TAO/tao/TAOS.cpp
index e04923885cd..8e329889a58 100644
--- a/TAO/tao/TAOS.cpp
+++ b/TAO/tao/TAOS.cpp
@@ -13,7 +13,7 @@
#include "tao/TAOS.i"
#endif /* !defined INLINE */
-#if (TAO_HAS_CORBA_MESSAGING == 1)
+#if (TAO_HAS_CLIENT_PRIORITY_POLICY == 1)
// skeleton constructor
POA_TAO::ClientPriorityPolicy::ClientPriorityPolicy (void)
@@ -117,6 +117,10 @@ TAO::PrioritySpecification POA_TAO::_tao_direct_collocated_ClientPriorityPolicy:
}
+#endif /* TAO_HAS_CLIENT_PRIORITY_POLICY == 1 */
+
+#if (TAO_HAS_BUFFERING_CONSTRAINT_POLICY == 1)
+
// skeleton constructor
POA_TAO::BufferingConstraintPolicy::BufferingConstraintPolicy (void)
{
@@ -225,4 +229,4 @@ TAO::BufferingConstraint POA_TAO::_tao_direct_collocated_BufferingConstraintPoli
}
-#endif /* TAO_HAS_CORBA_MESSAGING == 1 */
+#endif /* TAO_HAS_BUFFERING_CONSTRAINT_POLICY == 1 */