summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2022-10-03 16:47:24 -0500
committerAdam Mitz <mitza@objectcomputing.com>2022-10-03 16:47:46 -0500
commit541210abfd4b04c1b9556f4b4ab1d35e19ffd78e (patch)
tree8c76ce6c889df1a89cc76bceb8ccb824ea0a72d7
parent7d88947492241c86e64ea1191b2c078d98f9a500 (diff)
downloadATCD-541210abfd4b04c1b9556f4b4ab1d35e19ffd78e.tar.gz
Restored broad platform/compiler compatibility
-rw-r--r--TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Fault_Listener.h2
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Timer.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Fault_Listener.h b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Fault_Listener.h
index 98136c537d7..e7f36ffbf2e 100644
--- a/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Fault_Listener.h
+++ b/TAO/orbsvcs/orbsvcs/FtRtEvent/EventChannel/FTEC_Fault_Listener.h
@@ -18,7 +18,7 @@ TAO_BEGIN_VERSIONED_NAMESPACE_DECL
class TAO_FTEC_Fault_Listener
{
public:
- virtual ~TAO_FTEC_Fault_Listener() = default;
+ virtual ~TAO_FTEC_Fault_Listener() {}
virtual void connection_closed()=0;
};
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Timer.h b/TAO/orbsvcs/orbsvcs/Notify/Timer.h
index afcfc6e2e7e..f607d296d74 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Timer.h
+++ b/TAO/orbsvcs/orbsvcs/Notify/Timer.h
@@ -36,7 +36,7 @@ class TAO_Notify_Serv_Export TAO_Notify_Timer : public TAO_Notify_Refcountable
public:
typedef TAO_Notify_Refcountable_Guard_T< TAO_Notify_Timer > Ptr;
/// Destructor
- virtual ~TAO_Notify_Timer () = default;
+ virtual ~TAO_Notify_Timer () {}
/// Schedule a timer
virtual long schedule_timer (ACE_Event_Handler *handler,