diff options
author | mcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2011-04-07 11:48:50 +0000 |
---|---|---|
committer | mcorino <mcorino@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2011-04-07 11:48:50 +0000 |
commit | 4e0fbcbede63c844fcb99dc98eee3446dba7d1df (patch) | |
tree | 85aab228c3ecabd30f1cec1f04730de4fee1217f /TAO/tao/Messaging | |
parent | 57a3abab77bf7e53eb868b04cc3159a78357f86e (diff) | |
download | ATCD-4e0fbcbede63c844fcb99dc98eee3446dba7d1df.tar.gz |
Thu Apr 7 11:40:00 UTC 2011 Martin Corino <mcorino@remedy.nl>
Merged changes from Remedy work branch.
Diffstat (limited to 'TAO/tao/Messaging')
-rw-r--r-- | TAO/tao/Messaging/Messaging_Policy_i.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/Messaging/Messaging_Policy_i.h b/TAO/tao/Messaging/Messaging_Policy_i.h index 24870b0d814..9abc8d58a1e 100644 --- a/TAO/tao/Messaging/Messaging_Policy_i.h +++ b/TAO/tao/Messaging/Messaging_Policy_i.h @@ -58,7 +58,7 @@ public: /// CORBA::ORB::create_policy. static CORBA::Policy_ptr create (const CORBA::Any& val); - /// Returns a copy of <this>. + /// Returns a copy of @c this. virtual TAO_RelativeRoundtripTimeoutPolicy *clone (void) const; // = The Messaging::RelativeRoundtripTimeoutPolicy methods @@ -73,7 +73,7 @@ public: /// Change the CORBA representation to the ACE representation. void set_time_value (ACE_Time_Value &time_value); - // Return the cached policy type for this policy. + /// Return the cached policy type for this policy. virtual TAO_Cached_Policy_Type _tao_cached_type (void) const; private: |