From 15a0be0bd2af961aad172ddc61a7af30552abec0 Mon Sep 17 00:00:00 2001 From: sma Date: Mon, 11 Jun 2012 12:45:05 +0000 Subject: Mon Jun 11 12:45:00 UTC 2012 Simon Massey Add the -ORBAllowZIOPNoServerPolicies <0|1> option to the ORB, test and check for use case. --- TAO/tao/params.inl | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'TAO/tao/params.inl') 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 -- cgit v1.2.1