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.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/TAO/tao/Adapter_Factory.cpp b/TAO/tao/Adapter_Factory.cpp
index 99c8ea348d9..104a5662569 100644
--- a/TAO/tao/Adapter_Factory.cpp
+++ b/TAO/tao/Adapter_Factory.cpp
@@ -1,10 +1,13 @@
// $Id$
-#include "Adapter_Factory.h"
+#include "tao/Adapter_Factory.h"
// ****************************************************************
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
TAO_Adapter_Factory::~TAO_Adapter_Factory (void)
{
}
+TAO_END_VERSIONED_NAMESPACE_DECL