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, 7 insertions, 4 deletions
diff --git a/TAO/tao/PortableServer/Adapter_Activator.h b/TAO/tao/PortableServer/Adapter_Activator.h
index a3cd80dc34c..65ecd7d9417 100644
--- a/TAO/tao/PortableServer/Adapter_Activator.h
+++ b/TAO/tao/PortableServer/Adapter_Activator.h
@@ -1,11 +1,10 @@
-/* -*- C++ -*- */
+// -*- C++ -*-
//=============================================================================
/**
* @file Adapter_Activator.h
*
* $Id$
- *
*/
//=============================================================================
@@ -13,16 +12,18 @@
#define TAO_ADAPTER_ACTIVATOR_H
#include /**/ "ace/pre.h"
-#include "portableserver_export.h"
+#include "tao/PortableServer/portableserver_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "AdapterActivatorC.h"
+#include "tao/PortableServer/AdapterActivatorC.h"
#if (TAO_HAS_MINIMUM_POA == 0)
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
namespace PortableServer
{
class POAManager;
@@ -55,6 +56,8 @@ namespace TAO
}
}
+TAO_END_VERSIONED_NAMESPACE_DECL
+
#endif /* TAO_HAS_MINIMUM_POA == 0 */
#include /**/ "ace/post.h"