summaryrefslogtreecommitdiff
path: root/TAO
diff options
context:
space:
mode:
authorNiepsho <68657205+Niepsho@users.noreply.github.com>2022-10-18 13:56:41 +0200
committerNiepsho <68657205+Niepsho@users.noreply.github.com>2022-10-18 13:56:41 +0200
commitf4e36f0711e03618f88594d3ee02938d0da6a3ee (patch)
tree3fa692a62ff064b06b54d8c5da3ff24ac96f1892 /TAO
parentb0daf3cd7766468eeda90895ecf9c529573205fb (diff)
downloadATCD-f4e36f0711e03618f88594d3ee02938d0da6a3ee.tar.gz
Use default
Diffstat (limited to 'TAO')
-rw-r--r--TAO/tao/Codeset_Manager.cpp5
-rw-r--r--TAO/tao/Codeset_Manager.h2
2 files changed, 1 insertions, 6 deletions
diff --git a/TAO/tao/Codeset_Manager.cpp b/TAO/tao/Codeset_Manager.cpp
index 318904620d3..afd2e1c61dd 100644
--- a/TAO/tao/Codeset_Manager.cpp
+++ b/TAO/tao/Codeset_Manager.cpp
@@ -4,13 +4,8 @@
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-TAO_Codeset_Manager::~TAO_Codeset_Manager ()
-{
-}
-
// Add the destructor for the codeset_descriptor_base here, because
// it is only ever used in conjunction with the codeset manager.
-
TAO_Codeset_Descriptor_Base::~TAO_Codeset_Descriptor_Base ()
{
}
diff --git a/TAO/tao/Codeset_Manager.h b/TAO/tao/Codeset_Manager.h
index cf7e09a8d87..adf4e4d0720 100644
--- a/TAO/tao/Codeset_Manager.h
+++ b/TAO/tao/Codeset_Manager.h
@@ -60,7 +60,7 @@ class TAO_Export TAO_Codeset_Manager
{
public:
/// Destructor.
- virtual ~TAO_Codeset_Manager ();
+ virtual ~TAO_Codeset_Manager () = default;
/// Called by an object of TAO_Acceptor to set NCS and CCS values for
/// Char/Wchar in to the Object Reference.