summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/IdAssignmentPolicy.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-02-13 16:29:08 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2023-02-13 16:29:08 +0100
commit45fa63be04357683ab473a2f993e621508ecb5f7 (patch)
tree564d0d3025f7b1f9856c8e09492930a7d2cae44d /TAO/tao/PortableServer/IdAssignmentPolicy.h
parent88ce4a3384ee967a8007a3575bfca9d2dde0dc7a (diff)
downloadATCD-45fa63be04357683ab473a2f993e621508ecb5f7.tar.gz
Fixed warnings
* TAO/tao/PortableServer/IdAssignmentPolicy.h: * TAO/tao/PortableServer/IdUniquenessPolicy.h: * TAO/tao/PortableServer/LifespanStrategyPersistent.h: * TAO/tao/PortableServer/LifespanStrategyTransient.h: * TAO/tao/PortableServer/Operation_Table_Linear_Search.h: * TAO/tao/PortableServer/ServantRetentionStrategyNonRetain.h: * TAO/tao/PortableServer/ServantRetentionStrategyRetain.h: * TAO/tao/RTPortableServer/RT_POA.h: * TAO/tao/RTPortableServer/RT_Policy_Validator.h:
Diffstat (limited to 'TAO/tao/PortableServer/IdAssignmentPolicy.h')
-rw-r--r--TAO/tao/PortableServer/IdAssignmentPolicy.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/PortableServer/IdAssignmentPolicy.h b/TAO/tao/PortableServer/IdAssignmentPolicy.h
index bef8f68e0b5..e7c4f4c21d0 100644
--- a/TAO/tao/PortableServer/IdAssignmentPolicy.h
+++ b/TAO/tao/PortableServer/IdAssignmentPolicy.h
@@ -43,13 +43,13 @@ namespace TAO
public:
IdAssignmentPolicy (::PortableServer::IdAssignmentPolicyValue value);
- CORBA::Policy_ptr copy ();
+ CORBA::Policy_ptr copy () override;
- void destroy ();
+ void destroy () override;
- ::PortableServer::IdAssignmentPolicyValue value ();
+ ::PortableServer::IdAssignmentPolicyValue 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;