summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Regular_POA.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Regular_POA.h')
-rw-r--r--TAO/tao/PortableServer/Regular_POA.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/TAO/tao/PortableServer/Regular_POA.h b/TAO/tao/PortableServer/Regular_POA.h
index 9da69970431..e11f4a1d4fe 100644
--- a/TAO/tao/PortableServer/Regular_POA.h
+++ b/TAO/tao/PortableServer/Regular_POA.h
@@ -47,16 +47,16 @@ public:
TAO_ORB_Core &orb_core,
TAO_Object_Adapter *object_adapter);
- virtual ~TAO_Regular_POA ();
+ ~TAO_Regular_POA () override = default;
- PortableServer::POA_ptr the_parent ();
+ PortableServer::POA_ptr the_parent () override;
protected:
- virtual void remove_from_parent_i ();
+ void remove_from_parent_i () override;
- virtual CORBA::Boolean root () const;
+ CORBA::Boolean root () const override;
- virtual char root_key_type ();
+ char root_key_type () override;
/// The parent of this POA, be aware that in case this pointer is nill,
/// we are a parent. This can be achieved by deriving from this Regular_POA