diff options
Diffstat (limited to 'TAO/DevGuideExamples/PortableInterceptors/IOR/ClientInterceptor.h')
-rw-r--r-- | TAO/DevGuideExamples/PortableInterceptors/IOR/ClientInterceptor.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/TAO/DevGuideExamples/PortableInterceptors/IOR/ClientInterceptor.h b/TAO/DevGuideExamples/PortableInterceptors/IOR/ClientInterceptor.h index fb5cb926455..6c711ac4024 100644 --- a/TAO/DevGuideExamples/PortableInterceptors/IOR/ClientInterceptor.h +++ b/TAO/DevGuideExamples/PortableInterceptors/IOR/ClientInterceptor.h @@ -10,7 +10,6 @@ class ClientInterceptor: public virtual PortableInterceptor::ClientRequestInterceptor, public virtual ::CORBA::LocalObject { - public: ClientInterceptor (IOP::CodecFactory_var) ; |