diff options
author | marina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-08-26 19:11:05 +0000 |
---|---|---|
committer | marina <marina@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-08-26 19:11:05 +0000 |
commit | dc5afda7c5f82b719b155bc2a363a64d8cfbc771 (patch) | |
tree | 5f71280b91de516842b6288149ef5eb2066d2f69 /TAO/tao/Policy_Manager.h | |
parent | 95df88639321e617de9e376b19a018ff7eff5ed7 (diff) | |
download | ATCD-dc5afda7c5f82b719b155bc2a363a64d8cfbc771.tar.gz |
ChangeLogTag:Sat Aug 26 13:06:23 2000 Marina Spivak <marina@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Policy_Manager.h')
-rw-r--r-- | TAO/tao/Policy_Manager.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/TAO/tao/Policy_Manager.h b/TAO/tao/Policy_Manager.h index be2dca34435..774e1a72321 100644 --- a/TAO/tao/Policy_Manager.h +++ b/TAO/tao/Policy_Manager.h @@ -133,6 +133,12 @@ public: TAO_ServerProtocolPolicy *server_protocol (void) const; TAO_ClientProtocolPolicy *client_protocol (void) const; + // = Speedy policy setters. Take ownership of the argument policy + // objects - no copying. + + void server_protocol (TAO_ServerProtocolPolicy *server_protocol); + + #endif /* TAO_HAS_RT_CORBA == 1 */ private: |