summaryrefslogtreecommitdiff
path: root/TAO/tao/Cleanup_Func_Registry.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2022-01-10 17:07:28 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2022-01-10 17:07:28 +0100
commitf30b9cbe69c8599f3e96e1e03b1ca41699019915 (patch)
treeea852fb02ffc4b353787e317f8c955d9a224e442 /TAO/tao/Cleanup_Func_Registry.h
parent48e842b9afeb089a4f3d5c5011c69ea75f99631d (diff)
downloadATCD-f30b9cbe69c8599f3e96e1e03b1ca41699019915.tar.gz
Make use of C++11 default
* TAO/tao/Cleanup_Func_Registry.h: * TAO/tao/Cleanup_Func_Registry.inl: * TAO/tao/Client_Strategy_Factory.h: * TAO/tao/Codeset_Manager.h: * TAO/tao/Codeset_Manager_Factory_Base.cpp: * TAO/tao/Codeset_Manager_Factory_Base.h:
Diffstat (limited to 'TAO/tao/Cleanup_Func_Registry.h')
-rw-r--r--TAO/tao/Cleanup_Func_Registry.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/Cleanup_Func_Registry.h b/TAO/tao/Cleanup_Func_Registry.h
index 0d7e481202f..b9ce64774f7 100644
--- a/TAO/tao/Cleanup_Func_Registry.h
+++ b/TAO/tao/Cleanup_Func_Registry.h
@@ -40,7 +40,7 @@ class TAO_Export TAO_Cleanup_Func_Registry
public:
/// Constructor.
- TAO_Cleanup_Func_Registry ();
+ TAO_Cleanup_Func_Registry () = default;
/// Return the number of registered cleanup functions.
size_t size () const;