summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Adapter_Activator.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Adapter_Activator.h')
-rw-r--r--TAO/tao/PortableServer/Adapter_Activator.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/TAO/tao/PortableServer/Adapter_Activator.h b/TAO/tao/PortableServer/Adapter_Activator.h
index 65ecd7d9417..a3cd80dc34c 100644
--- a/TAO/tao/PortableServer/Adapter_Activator.h
+++ b/TAO/tao/PortableServer/Adapter_Activator.h
@@ -1,10 +1,11 @@
-// -*- C++ -*-
+/* -*- C++ -*- */
//=============================================================================
/**
* @file Adapter_Activator.h
*
* $Id$
+ *
*/
//=============================================================================
@@ -12,18 +13,16 @@
#define TAO_ADAPTER_ACTIVATOR_H
#include /**/ "ace/pre.h"
-#include "tao/PortableServer/portableserver_export.h"
+#include "portableserver_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "tao/PortableServer/AdapterActivatorC.h"
+#include "AdapterActivatorC.h"
#if (TAO_HAS_MINIMUM_POA == 0)
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
namespace PortableServer
{
class POAManager;
@@ -56,8 +55,6 @@ namespace TAO
}
}
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#endif /* TAO_HAS_MINIMUM_POA == 0 */
#include /**/ "ace/post.h"