summaryrefslogtreecommitdiff
path: root/ACE/ace/Functor_T.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2021-09-28 11:22:30 +0200
committerJohnny Willemsen <jwillemsen@remedy.nl>2021-09-28 11:22:30 +0200
commita883ebb22c241ee580d7ef84f367bfe5e3a68c9d (patch)
tree55026a9aedcc123b83c66a9f6c80417d04e05aa7 /ACE/ace/Functor_T.h
parentda89a0cbd85364e47d1387a5be0cbb59624ec74d (diff)
downloadATCD-a883ebb22c241ee580d7ef84f367bfe5e3a68c9d.tar.gz
Default/uniform init
* ACE/ace/Framework_Component.h: * ACE/ace/Free_List.cpp: * ACE/ace/Free_List.h: * ACE/ace/Functor.cpp: * ACE/ace/Functor.h: * ACE/ace/Functor_T.cpp: * ACE/ace/Functor_T.h: * ACE/ace/Functor_T.inl:
Diffstat (limited to 'ACE/ace/Functor_T.h')
-rw-r--r--ACE/ace/Functor_T.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/ace/Functor_T.h b/ACE/ace/Functor_T.h
index 25846ef109e..efa33f879b6 100644
--- a/ACE/ace/Functor_T.h
+++ b/ACE/ace/Functor_T.h
@@ -64,7 +64,7 @@ public:
ACE_Command_Callback (RECEIVER &recvr, ACTION action);
/// Virtual destructor.
- virtual ~ACE_Command_Callback ();
+ virtual ~ACE_Command_Callback () = default;
/// Invokes the method @c action_ from the object @c receiver_.
virtual int execute (void *arg = 0);
@@ -96,7 +96,7 @@ public:
ACE_Member_Function_Command (RECEIVER &recvr, PTMF ptmf);
/// Virtual destructor.
- virtual ~ACE_Member_Function_Command ();
+ virtual ~ACE_Member_Function_Command () = default;
/// Invokes the method <action_> from the object <receiver_>. The
/// parameter is ignored