diff options
author | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-30 04:01:36 +0000 |
---|---|---|
committer | coryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-04-30 04:01:36 +0000 |
commit | 4c02e01bc54f6bb88a4da6712325b6441c6b5822 (patch) | |
tree | b2713713f453af8db9bb2b39a959cde58fe74bbb /TAO/tao/Messaging_Policy_i.cpp | |
parent | a25e2973b3904baa26641ef01a2de9983b651faf (diff) | |
download | ATCD-4c02e01bc54f6bb88a4da6712325b6441c6b5822.tar.gz |
ChangeLogTag:Sat Apr 29 20:57:34 2000 Carlos O'Ryan <coryan@uci.edu>
Diffstat (limited to 'TAO/tao/Messaging_Policy_i.cpp')
-rw-r--r-- | TAO/tao/Messaging_Policy_i.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TAO/tao/Messaging_Policy_i.cpp b/TAO/tao/Messaging_Policy_i.cpp index 232d1ddfcc2..1b4f095d619 100644 --- a/TAO/tao/Messaging_Policy_i.cpp +++ b/TAO/tao/Messaging_Policy_i.cpp @@ -24,6 +24,7 @@ TAO_RelativeRoundtripTimeoutPolicy::TAO_RelativeRoundtripTimeoutPolicy (const TA TimeBase::TimeT TAO_RelativeRoundtripTimeoutPolicy::relative_expiry (CORBA::Environment &) + ACE_THROW_SPEC (()) { return this->relative_expiry_; } @@ -160,6 +161,7 @@ TAO_Sync_Scope_Policy::clone (void) const Messaging::SyncScope TAO_Sync_Scope_Policy::synchronization (CORBA::Environment &) + ACE_THROW_SPEC (()) { return this->synchronization_; } |