summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2023-02-13 16:51:14 +0100
committerJohnny Willemsen <jwillemsen@remedy.nl>2023-02-13 16:51:14 +0100
commitd2b7bf891f0b11840b5528b89cac105daef04f33 (patch)
treec79724ef05e99105a9683b9c1a28484635516563
parent80ef4188441e6a0b786e48659af9e39ecd4b9735 (diff)
downloadATCD-d2b7bf891f0b11840b5528b89cac105daef04f33.tar.gz
Revert default
* TAO/tao/Argument.cpp: * TAO/tao/Argument.h:
-rw-r--r--TAO/tao/Argument.cpp4
-rw-r--r--TAO/tao/Argument.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/TAO/tao/Argument.cpp b/TAO/tao/Argument.cpp
index dee22fca0f7..fab7b1d7514 100644
--- a/TAO/tao/Argument.cpp
+++ b/TAO/tao/Argument.cpp
@@ -3,6 +3,10 @@
TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+TAO::Argument::~Argument ()
+{
+}
+
CORBA::Boolean
TAO::Argument::marshal (TAO_OutputCDR &)
{
diff --git a/TAO/tao/Argument.h b/TAO/tao/Argument.h
index cc2e35bb0de..39740bb5230 100644
--- a/TAO/tao/Argument.h
+++ b/TAO/tao/Argument.h
@@ -50,7 +50,7 @@ namespace TAO
{
public:
/// Destructor.
- virtual ~Argument () = default;
+ virtual ~Argument ();
/// Marshal the argument into the given CDR output stream.
/**