diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-06-10 10:21:12 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-06-10 10:21:12 +0000 |
commit | 2a52c550e3e569af4e1e2bad3f1726679d91270a (patch) | |
tree | 030d1d711ada3a07e17a5623c5cb8f2aa179678b /TAO/tao/Collocated_Invocation.cpp | |
parent | 940ab4dba0771b0fec126fc330ad8d8989dcd904 (diff) | |
download | ATCD-2a52c550e3e569af4e1e2bad3f1726679d91270a.tar.gz |
ChangeLogTag: Thu Jun 9 18:49:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Collocated_Invocation.cpp')
-rw-r--r-- | TAO/tao/Collocated_Invocation.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/TAO/tao/Collocated_Invocation.cpp b/TAO/tao/Collocated_Invocation.cpp index a4e923f6fa0..135a1fb1b91 100644 --- a/TAO/tao/Collocated_Invocation.cpp +++ b/TAO/tao/Collocated_Invocation.cpp @@ -6,6 +6,9 @@ #include "Stub.h" #include "operation_details.h" +#if TAO_HAS_INTERCEPTORS == 1 +# include "PortableInterceptorC.h" +#endif /*TAO_HAS_INTERCEPTORS */ ACE_RCSID (tao, Collocated_Invocation, |