summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/IdAssignmentPolicy.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/IdAssignmentPolicy.h')
-rw-r--r--TAO/tao/PortableServer/IdAssignmentPolicy.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/IdAssignmentPolicy.h b/TAO/tao/PortableServer/IdAssignmentPolicy.h
index 82686e026dc..bef8f68e0b5 100644
--- a/TAO/tao/PortableServer/IdAssignmentPolicy.h
+++ b/TAO/tao/PortableServer/IdAssignmentPolicy.h
@@ -52,10 +52,10 @@ namespace TAO
CORBA::PolicyType policy_type ();
/// Return the cached policy type for this policy.
- virtual TAO_Cached_Policy_Type _tao_cached_type () const;
+ TAO_Cached_Policy_Type _tao_cached_type () const override;
/// Returns the scope at which this policy can be applied. See orbconf.h.
- virtual TAO_Policy_Scope _tao_scope () const;
+ TAO_Policy_Scope _tao_scope () const override;
private:
::PortableServer::IdAssignmentPolicyValue value_;