summaryrefslogtreecommitdiff
path: root/TAO/tao/PI/ProcessingModePolicy.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-12-23 08:19:51 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-12-23 08:19:51 +0000
commit95702f8b64ab7a171bfc9b8f686d11f922881e1a (patch)
tree9940f8316419f2e5a00f24f026e8e50238332469 /TAO/tao/PI/ProcessingModePolicy.h
parent9cbe054f115869747ac05506c097c4cf55cc6de5 (diff)
downloadATCD-95702f8b64ab7a171bfc9b8f686d11f922881e1a.tar.gz
ChangeLogTag: Fri Dec 23 08:02:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/PI/ProcessingModePolicy.h')
-rw-r--r--TAO/tao/PI/ProcessingModePolicy.h4
1 files changed, 2 insertions, 2 deletions
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
{