diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-03-30 08:20:11 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-03-30 08:20:11 +0000 |
commit | dfcc6ea6ae9a240829b4e1aa6bf0c0ffcb40c0e8 (patch) | |
tree | 4947cfb7faa2c3e109c1700154332735dd35c800 /TAO/tests/Portable_Interceptors | |
parent | abebdd85e6aebcdfc9633c2df0050f0f56ef8215 (diff) | |
download | ATCD-dfcc6ea6ae9a240829b4e1aa6bf0c0ffcb40c0e8.tar.gz |
ChangeLogTag: Wed Mar 30 07:53:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Portable_Interceptors')
3 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Portable_Interceptors/Benchmark/interceptors.cpp b/TAO/tests/Portable_Interceptors/Benchmark/interceptors.cpp index c13ec151450..4edc3c1e76c 100644 --- a/TAO/tests/Portable_Interceptors/Benchmark/interceptors.cpp +++ b/TAO/tests/Portable_Interceptors/Benchmark/interceptors.cpp @@ -3,7 +3,7 @@ #include "interceptors.h" #include "tao/DynamicC.h" -#include "tao/Typecode.h" +#include "tao/TypeCode.h" #include "ace/OS_NS_string.h" ACE_RCSID (Benchmark, diff --git a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_Request_Interceptor.cpp b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_Request_Interceptor.cpp index 3962aac535e..7d6333c7dff 100644 --- a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_Request_Interceptor.cpp +++ b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_Request_Interceptor.cpp @@ -4,7 +4,7 @@ #include "testC.h" #include "tao/DynamicC.h" -#include "tao/Typecode.h" +#include "tao/TypeCode.h" #include "ace/OS_NS_string.h" ACE_RCSID (Request_Interceptor_Flow, diff --git a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Server_Request_Interceptor.cpp b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Server_Request_Interceptor.cpp index b8607c19501..a69f1e25dd9 100644 --- a/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Server_Request_Interceptor.cpp +++ b/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Server_Request_Interceptor.cpp @@ -9,7 +9,7 @@ ACE_RCSID (Request_Interceptor_Flow, #include "testC.h" #include "tao/DynamicC.h" -#include "tao/Typecode.h" +#include "tao/TypeCode.h" #include "ace/OS_NS_string.h" Server_Request_Interceptor::Server_Request_Interceptor (const char *name) |