summaryrefslogtreecommitdiff
path: root/TAO/tao/ClientRequestInterceptor_Adapter.h
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-05-22 11:26:17 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-05-22 11:26:17 +0000
commit768fd7c82f3a3bed0896775244da4dca85e140e3 (patch)
treec0a7048223a680d4bb4eb7127259f936040aae47 /TAO/tao/ClientRequestInterceptor_Adapter.h
parenta84f8808ac56a2845681ead2601ad051def8963d (diff)
downloadATCD-768fd7c82f3a3bed0896775244da4dca85e140e3.tar.gz
ChangeLogTag: Sun May 22 11:25:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/ClientRequestInterceptor_Adapter.h')
-rw-r--r--TAO/tao/ClientRequestInterceptor_Adapter.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tao/ClientRequestInterceptor_Adapter.h b/TAO/tao/ClientRequestInterceptor_Adapter.h
index be092752c3e..bc1eba20f03 100644
--- a/TAO/tao/ClientRequestInterceptor_Adapter.h
+++ b/TAO/tao/ClientRequestInterceptor_Adapter.h
@@ -20,16 +20,18 @@
#include /**/ "ace/pre.h"
-#include "ace/config-all.h"
+#include "TAO_Export.h"
#if !defined (ACE_LACKS_PRAGMA_ONCE)
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */
-#include "Interceptor_List.h"
+#include "orbconf.h"
#if TAO_HAS_INTERCEPTORS == 1
+#include "ClientRequestInterceptor_List.h"
+
class TAO_ClientRequestInfo;
class TAO_ClientRequestInfo_i;