summaryrefslogtreecommitdiff
path: root/TAO/tao/Policy_Manager.cpp
diff options
context:
space:
mode:
authormarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-27 04:11:31 +0000
committermarina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2000-08-27 04:11:31 +0000
commite6b9cf1c4e6fffedeb6cd6054d7c085c856bb9ff (patch)
tree7337b26abdcb3a5e85bf0b7292eae4f601dbb285 /TAO/tao/Policy_Manager.cpp
parent04d88e23e22c7def0a6eeb181635ea722f59750f (diff)
downloadATCD-e6b9cf1c4e6fffedeb6cd6054d7c085c856bb9ff.tar.gz
ChangeLogTag:Sat Aug 26 23:07:56 2000 Marina Spivak <marina@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Policy_Manager.cpp')
-rw-r--r--TAO/tao/Policy_Manager.cpp7
1 files changed, 7 insertions, 0 deletions
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 */
// ****************************************************************