summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/Valuetype_Adapter_Factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tao/Valuetype_Adapter_Factory.cpp')
-rw-r--r--ACE/TAO/tao/Valuetype_Adapter_Factory.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/ACE/TAO/tao/Valuetype_Adapter_Factory.cpp b/ACE/TAO/tao/Valuetype_Adapter_Factory.cpp
new file mode 100644
index 00000000000..5cee721f6af
--- /dev/null
+++ b/ACE/TAO/tao/Valuetype_Adapter_Factory.cpp
@@ -0,0 +1,14 @@
+// $Id$
+#include "tao/Valuetype_Adapter_Factory.h"
+
+ACE_RCSID (tao,
+ Valuetype_Adapter_Factory,
+ "$Id$")
+
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
+TAO_Valuetype_Adapter_Factory::~TAO_Valuetype_Adapter_Factory (void)
+{
+}
+
+TAO_END_VERSIONED_NAMESPACE_DECL