summaryrefslogtreecommitdiff
path: root/TAO/tao/Argument.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Argument.cpp')
-rw-r--r--TAO/tao/Argument.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/TAO/tao/Argument.cpp b/TAO/tao/Argument.cpp
index a106ad6bb76..6aac4859ad8 100644
--- a/TAO/tao/Argument.cpp
+++ b/TAO/tao/Argument.cpp
@@ -4,6 +4,10 @@
#include "tao/Argument.h"
#include "tao/DynamicC.h"
+TAO::Argument::~Argument (void)
+{
+}
+
CORBA::Boolean
TAO::Argument::marshal (TAO_OutputCDR &)
{