summaryrefslogtreecommitdiff
path: root/TAO/tao/PI_Server/PICurrent_Guard.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/PI_Server/PICurrent_Guard.h')
-rw-r--r--TAO/tao/PI_Server/PICurrent_Guard.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/TAO/tao/PI_Server/PICurrent_Guard.h b/TAO/tao/PI_Server/PICurrent_Guard.h
index 364ec199d29..6bbda8f3ec4 100644
--- a/TAO/tao/PI_Server/PICurrent_Guard.h
+++ b/TAO/tao/PI_Server/PICurrent_Guard.h
@@ -15,7 +15,7 @@
#include /**/ "ace/pre.h"
-#include "tao/PI_Server/pi_server_export.h"
+#include "pi_server_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -25,8 +25,6 @@
#if TAO_HAS_INTERCEPTORS == 1
-TAO_BEGIN_VERSIONED_NAMESPACE_DECL
-
/// Forward declarations.
class TAO_ServerRequest;
@@ -48,7 +46,7 @@ namespace TAO
*
* @note This Guard class is only used on the server side.
*/
- class PICurrent_Guard
+ class TAO_PI_Server_Export PICurrent_Guard
{
public:
@@ -101,8 +99,6 @@ namespace TAO
};
}
-TAO_END_VERSIONED_NAMESPACE_DECL
-
#endif /* TAO_HAS_INTERCEPTORS == 1 */
#include /**/ "ace/post.h"