diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-10-22 17:43:20 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 1999-10-22 17:43:20 +0000 |
commit | 0b84dc03a1d226b3d5edb9546116f66d041dbb19 (patch) | |
tree | 9e23da7511dba2e19f6ed6728ecf634426d28b79 /TAO/tao/Messaging_Policy_i.cpp | |
parent | 5ff307cf57ee9675faca8baeef1b5a577e2f2193 (diff) | |
download | ATCD-0b84dc03a1d226b3d5edb9546116f66d041dbb19.tar.gz |
ChangeLogTag:Fri Oct 22 12:39:29 1999 Irfan Pyarali <irfan@cs.wustl.edu>
Diffstat (limited to 'TAO/tao/Messaging_Policy_i.cpp')
-rw-r--r-- | TAO/tao/Messaging_Policy_i.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/TAO/tao/Messaging_Policy_i.cpp b/TAO/tao/Messaging_Policy_i.cpp index 3c1f4193663..275a4230c96 100644 --- a/TAO/tao/Messaging_Policy_i.cpp +++ b/TAO/tao/Messaging_Policy_i.cpp @@ -18,6 +18,12 @@ TAO_RelativeRoundtripTimeoutPolicy_i::TAO_RelativeRoundtripTimeoutPolicy_i ( { } +TAO_RelativeRoundtripTimeoutPolicy_i::TAO_RelativeRoundtripTimeoutPolicy_i (const TAO_RelativeRoundtripTimeoutPolicy_i &rhs) + : poa_ (rhs.poa_), + relative_expiry_ (rhs.relative_expiry_) +{ +} + TimeBase::TimeT TAO_RelativeRoundtripTimeoutPolicy_i::relative_expiry ( CORBA::Environment & @@ -128,6 +134,12 @@ TAO_Sync_Scope_Policy::TAO_Sync_Scope_Policy (Messaging::SyncScope synchronizati { } +TAO_Sync_Scope_Policy::TAO_Sync_Scope_Policy (const TAO_Sync_Scope_Policy &rhs) + : synchronization_ (rhs.synchronization_), + poa_ (rhs.poa_) +{ +} + Messaging::SyncScope TAO_Sync_Scope_Policy::synchronization (CORBA::Environment &) { |