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