From e6b9cf1c4e6fffedeb6cd6054d7c085c856bb9ff Mon Sep 17 00:00:00 2001 From: marina Date: Sun, 27 Aug 2000 04:11:31 +0000 Subject: ChangeLogTag:Sat Aug 26 23:07:56 2000 Marina Spivak --- TAO/tao/Policy_Manager.cpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'TAO/tao/Policy_Manager.cpp') diff --git a/TAO/tao/Policy_Manager.cpp b/TAO/tao/Policy_Manager.cpp index 18fa1a0fd9e..90d673ac13f 100644 --- a/TAO/tao/Policy_Manager.cpp +++ b/TAO/tao/Policy_Manager.cpp @@ -1122,6 +1122,13 @@ TAO_Policy_Manager_Impl::client_protocol (void) const return result; } +void +TAO_Policy_Manager_Impl::server_protocol (TAO_ServerProtocolPolicy *server_protocol) +{ + CORBA::release (this->server_protocol_); + this->server_protocol_ = server_protocol; +} + #endif /* TAO_HAS_RT_CORBA == 1 */ // **************************************************************** -- cgit v1.2.1