diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-04-24 18:49:54 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2008-04-24 18:49:54 +0000 |
commit | dc41c60bb4d992e8ab727597ebecfdc33d460829 (patch) | |
tree | 87acb0a7348c43e376ad971b554cdcb50236b716 /TAO/tao/IORInterceptor | |
parent | 47aac62c66758703b75dcf594720d4714de28aa8 (diff) | |
download | ATCD-dc41c60bb4d992e8ab727597ebecfdc33d460829.tar.gz |
Thu Apr 24 18:33:32 UTC 2008 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/IORInterceptor')
-rw-r--r-- | TAO/tao/IORInterceptor/IORInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/IORInterceptor/IORInfo.h b/TAO/tao/IORInterceptor/IORInfo.h index 73073366b37..6619db3bc12 100644 --- a/TAO/tao/IORInterceptor/IORInfo.h +++ b/TAO/tao/IORInterceptor/IORInfo.h @@ -44,7 +44,7 @@ class TAO_Root_POA; */ class TAO_IORInfo : public virtual PortableInterceptor::IORInfo, - public virtual TAO_Local_RefCounted_Object + public virtual ::CORBA::LocalObject { public: |