summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Regular_POA.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-02-14 09:05:54 +0100
committerGitHub <noreply@github.com>2023-02-14 09:05:54 +0100
commit54406e2ff1e39a3245d04253648153d5f4751938 (patch)
tree2c92b2450e6872403cdd50b43ff764da236ffb12 /TAO/tao/PortableServer/Regular_POA.h
parent69fbec6c475060cf01a710a3d7ed6e756538858c (diff)
parentd19030946af88f57a4b2b29af9228cbbf0386a71 (diff)
downloadATCD-54406e2ff1e39a3245d04253648153d5f4751938.tar.gz
Merge pull request #2050 from jwillemsen/jwi-portableserverstrategysimplify
Major cleanup in PortableServer library
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