summaryrefslogtreecommitdiff
path: root/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2008-04-28 14:32:24 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2008-04-28 14:32:24 +0000
commit057d09625f0d83315d07f5b6f397e41a640db09e (patch)
tree5f1595e1dcedc78f435946e7b525aed9d6c2a448 /TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated
parent6792f8e4a375975737c920b815be33575d822acb (diff)
downloadATCD-057d09625f0d83315d07f5b6f397e41a640db09e.tar.gz
Mon Apr 28 14:24:32 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated')
-rw-r--r--TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/Echo_Collocated_ORBInitializer.h2
-rw-r--r--TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/interceptors.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/Echo_Collocated_ORBInitializer.h b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/Echo_Collocated_ORBInitializer.h
index 0280f393533..67930a90275 100644
--- a/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/Echo_Collocated_ORBInitializer.h
+++ b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/Echo_Collocated_ORBInitializer.h
@@ -27,7 +27,7 @@
/// Echo client ORB initializer.
class Echo_Collocated_ORBInitializer :
public virtual PortableInterceptor::ORBInitializer,
- public virtual TAO_Local_RefCounted_Object
+ public virtual ::CORBA::LocalObject
{
public:
diff --git a/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/interceptors.h b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/interceptors.h
index ab7fc5e820a..20fce3fbff1 100644
--- a/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/interceptors.h
+++ b/TAO/tests/Portable_Interceptors/Processing_Mode_Policy/Collocated/interceptors.h
@@ -22,7 +22,7 @@
class Echo_Client_Request_Interceptor
: public virtual PortableInterceptor::ClientRequestInterceptor,
- public virtual TAO_Local_RefCounted_Object
+ public virtual ::CORBA::LocalObject
{
// = Client-side echo interceptor. For checking interceptor visually only.
public:
@@ -59,7 +59,7 @@ private:
class Echo_Server_Request_Interceptor
: public PortableInterceptor::ServerRequestInterceptor,
- public virtual TAO_Local_RefCounted_Object
+ public virtual ::CORBA::LocalObject
{
// = Server-side echo interceptor. For checking interceptor visually only.
public: