summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TAO/tao/PI/PI_ORBInitializer.h4
-rw-r--r--TAO/tao/PI/ProcessingModePolicy.h4
2 files changed, 4 insertions, 4 deletions
diff --git a/TAO/tao/PI/PI_ORBInitializer.h b/TAO/tao/PI/PI_ORBInitializer.h
index 5219913a274..610497a0e75 100644
--- a/TAO/tao/PI/PI_ORBInitializer.h
+++ b/TAO/tao/PI/PI_ORBInitializer.h
@@ -19,7 +19,7 @@
#if TAO_HAS_INTERCEPTORS == 1
-#include "tao/TAO_Export.h"
+#include "pi_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -33,7 +33,7 @@
class TAO_PI_PolicyFactory;
/// PortableServer ORB initializer.
-class TAO_Export TAO_PI_ORBInitializer
+class TAO_PI_Export TAO_PI_ORBInitializer
: public virtual PortableInterceptor::ORBInitializer,
public virtual TAO_Local_RefCounted_Object
{
diff --git a/TAO/tao/PI/ProcessingModePolicy.h b/TAO/tao/PI/ProcessingModePolicy.h
index e5bfd4f2b0c..4f579d8fac9 100644
--- a/TAO/tao/PI/ProcessingModePolicy.h
+++ b/TAO/tao/PI/ProcessingModePolicy.h
@@ -18,7 +18,7 @@
#if TAO_HAS_INTERCEPTORS == 1
-#include "tao/TAO_Export.h"
+#include "pi_export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
@@ -39,7 +39,7 @@
* remote) should (or should not) cause a Portable Interceptor to be used.
*/
-class TAO_Export TAO_ProcessingModePolicy
+class TAO_PI_Export TAO_ProcessingModePolicy
: public PortableInterceptor::ProcessingModePolicy,
public TAO_Local_RefCounted_Object
{