summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Request_Interceptor_Flow
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2005-03-30 08:20:11 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2005-03-30 08:20:11 +0000
commitdfcc6ea6ae9a240829b4e1aa6bf0c0ffcb40c0e8 (patch)
tree4947cfb7faa2c3e109c1700154332735dd35c800 /TAO/tests/Portable_Interceptors/Request_Interceptor_Flow
parentabebdd85e6aebcdfc9633c2df0050f0f56ef8215 (diff)
downloadATCD-dfcc6ea6ae9a240829b4e1aa6bf0c0ffcb40c0e8.tar.gz
ChangeLogTag: Wed Mar 30 07:53:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Request_Interceptor_Flow')
-rw-r--r--TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Client_Request_Interceptor.cpp2
-rw-r--r--TAO/tests/Portable_Interceptors/Request_Interceptor_Flow/Server_Request_Interceptor.cpp2
2 files changed, 2 insertions, 2 deletions
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)