diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-05-22 11:26:17 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-05-22 11:26:17 +0000 |
commit | 768fd7c82f3a3bed0896775244da4dca85e140e3 (patch) | |
tree | c0a7048223a680d4bb4eb7127259f936040aae47 /TAO/tao/ClientRequestInterceptor_Adapter.h | |
parent | a84f8808ac56a2845681ead2601ad051def8963d (diff) | |
download | ATCD-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.h | 6 |
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; |