summaryrefslogtreecommitdiff
path: root/TAO/tao/Utils/Encodable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Utils/Encodable.cpp')
-rw-r--r--TAO/tao/Utils/Encodable.cpp11
1 files changed, 11 insertions, 0 deletions
diff --git a/TAO/tao/Utils/Encodable.cpp b/TAO/tao/Utils/Encodable.cpp
new file mode 100644
index 00000000000..c9c484f549c
--- /dev/null
+++ b/TAO/tao/Utils/Encodable.cpp
@@ -0,0 +1,11 @@
+// $Id$
+
+#include "tao/Utils/Encodable.h"
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+TAO_Encodable::~TAO_Encodable (void)
+{
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL