summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/IdUniquenessPolicy.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/IdUniquenessPolicy.h')
-rw-r--r--TAO/tao/PortableServer/IdUniquenessPolicy.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/PortableServer/IdUniquenessPolicy.h b/TAO/tao/PortableServer/IdUniquenessPolicy.h
index 3cf26325ac5..8793a19f90b 100644
--- a/TAO/tao/PortableServer/IdUniquenessPolicy.h
+++ b/TAO/tao/PortableServer/IdUniquenessPolicy.h
@@ -43,13 +43,13 @@ namespace TAO
public:
IdUniquenessPolicy (::PortableServer::IdUniquenessPolicyValue value);
- CORBA::Policy_ptr copy ();
+ CORBA::Policy_ptr copy () override;
- void destroy ();
+ void destroy () override;
- ::PortableServer::IdUniquenessPolicyValue value ();
+ ::PortableServer::IdUniquenessPolicyValue value () override;
- CORBA::PolicyType policy_type ();
+ CORBA::PolicyType policy_type () override;
/// Return the cached policy type for this policy.
TAO_Cached_Policy_Type _tao_cached_type () const override;