summaryrefslogtreecommitdiff
path: root/TAO/tao/PortableServer/Regular_POA.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PortableServer/Regular_POA.h')
-rw-r--r--TAO/tao/PortableServer/Regular_POA.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/TAO/tao/PortableServer/Regular_POA.h b/TAO/tao/PortableServer/Regular_POA.h
index 516fa3b6f68..7a6d3c2289c 100644
--- a/TAO/tao/PortableServer/Regular_POA.h
+++ b/TAO/tao/PortableServer/Regular_POA.h
@@ -17,7 +17,7 @@
#include /**/ "ace/pre.h"
-#include "portableserver_export.h"
+#include "tao/PortableServer/portableserver_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -25,6 +25,8 @@
#include "tao/PortableServer/Root_POA.h"
+TAO_BEGIN_VERSIONED_NAMESPACE_DECL
+
/**
* @class TAO_Regular_POA
*
@@ -64,11 +66,12 @@ protected:
TAO_Root_POA *parent_;
};
+TAO_END_VERSIONED_NAMESPACE_DECL
// ****************************************************************
#if defined (__ACE_INLINE__)
-# include "Regular_POA.inl"
+# include "tao/PortableServer/Regular_POA.inl"
#endif /* __ACE_INLINE__ */
#include /**/ "ace/post.h"