summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/LifespanStrategy.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-02-13 11:42:23 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2023-02-13 11:42:23 +0100
commit322d0a3e30d2e608108e0d7caf6bdcddbd728081 (patch)
treeb39a880512642221f2545276cc3f68c5e04a8ab1 /TAO/tao/PortableServer/LifespanStrategy.cpp
parent69fbec6c475060cf01a710a3d7ed6e756538858c (diff)
downloadATCD-322d0a3e30d2e608108e0d7caf6bdcddbd728081.tar.gz
Major cleanup in PortableServer library
Diffstat (limited to 'TAO/tao/PortableServer/LifespanStrategy.cpp')
-rw-r--r--TAO/tao/PortableServer/LifespanStrategy.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/TAO/tao/PortableServer/LifespanStrategy.cpp b/TAO/tao/PortableServer/LifespanStrategy.cpp
index e331e653adb..6ea71982149 100644
--- a/TAO/tao/PortableServer/LifespanStrategy.cpp
+++ b/TAO/tao/PortableServer/LifespanStrategy.cpp
@@ -14,11 +14,6 @@ namespace TAO
{
namespace Portable_Server
{
- LifespanStrategy::LifespanStrategy () :
- poa_ (0)
- {
- }
-
void
LifespanStrategy::strategy_init (TAO_Root_POA *poa)
{
@@ -28,7 +23,7 @@ namespace TAO
void
LifespanStrategy::strategy_cleanup ()
{
- poa_ = 0;
+ poa_ = nullptr;
}
CORBA::ULong