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