summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/ORT_Adapter_Factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/ORT_Adapter_Factory.cpp')
-rw-r--r--TAO/tao/PortableServer/ORT_Adapter_Factory.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/PortableServer/ORT_Adapter_Factory.cpp b/TAO/tao/PortableServer/ORT_Adapter_Factory.cpp
index 7d4a85297b8..b64dec61851 100644
--- a/TAO/tao/PortableServer/ORT_Adapter_Factory.cpp
+++ b/TAO/tao/PortableServer/ORT_Adapter_Factory.cpp
@@ -1,13 +1,12 @@
// $Id$
-#include "tao/PortableServer/ORT_Adapter_Factory.h"
+#include "ORT_Adapter_Factory.h"
+#include "ace/Dynamic_Service.h"
ACE_RCSID (PortableServer,
ORT_Adapter_Factory,
"$Id$")
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
namespace TAO
{
ORT_Adapter_Factory::~ORT_Adapter_Factory (void)
@@ -15,4 +14,3 @@ namespace TAO
}
}
-TAO_END_VERSIONED_NAMESPACE_DECL