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