summaryrefslogtreecommitdiff
path: root/TAO/tao/params.inl
diff options
context:
space:
mode:
authorsma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-06-11 12:45:05 +0000
committersma <sma@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2012-06-11 12:45:05 +0000
commit15a0be0bd2af961aad172ddc61a7af30552abec0 (patch)
treebb12883bd3fb08ae5738b8bffc3e1fb9c4fd35d2 /TAO/tao/params.inl
parent691966a7cc39034dcfa1975e73c2ac57301143a5 (diff)
downloadATCD-15a0be0bd2af961aad172ddc61a7af30552abec0.tar.gz
Mon Jun 11 12:45:00 UTC 2012 Simon Massey <simon dot massey at prismtech dot com>
Add the -ORBAllowZIOPNoServerPolicies <0|1> option to the ORB, test and check for use case.
Diffstat (limited to 'TAO/tao/params.inl')
-rw-r--r--TAO/tao/params.inl11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/tao/params.inl b/TAO/tao/params.inl
index d148ea835e3..a3e5c6ed86a 100644
--- a/TAO/tao/params.inl
+++ b/TAO/tao/params.inl
@@ -376,5 +376,16 @@ TAO_ORB_Parameters::forward_once_exception (const int ef)
this->forward_once_exception_ |= ef;
}
+ACE_INLINE bool
+TAO_ORB_Parameters::allow_ziop_no_server_policies (void) const
+{
+ return this->allow_ziop_no_server_policies_;
+}
+
+ACE_INLINE void
+TAO_ORB_Parameters::allow_ziop_no_server_policies (bool x)
+{
+ this->allow_ziop_no_server_policies_ = x;
+}
TAO_END_VERSIONED_NAMESPACE_DECL