summaryrefslogtreecommitdiff
path: root/TAO/tao/IORInterceptor/IORInterceptor_Adapter_Factory_Impl.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-08-27 08:04:56 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-08-27 08:04:56 +0000
commitb3ab8de1afe39759a813b2920a20c8731134660a (patch)
treeb1b0af12058c4e0300dbdb551ea3aa9f012c4048 /TAO/tao/IORInterceptor/IORInterceptor_Adapter_Factory_Impl.cpp
parentcc5844b32bb3e1ef6d011619f236136ee9be12c9 (diff)
downloadATCD-b3ab8de1afe39759a813b2920a20c8731134660a.tar.gz
ChangeLogTag: Fri Aug 27 08:04:12 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/IORInterceptor/IORInterceptor_Adapter_Factory_Impl.cpp')
-rw-r--r--TAO/tao/IORInterceptor/IORInterceptor_Adapter_Factory_Impl.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tao/IORInterceptor/IORInterceptor_Adapter_Factory_Impl.cpp b/TAO/tao/IORInterceptor/IORInterceptor_Adapter_Factory_Impl.cpp
index 2fa56bf2766..39bf2af372e 100644
--- a/TAO/tao/IORInterceptor/IORInterceptor_Adapter_Factory_Impl.cpp
+++ b/TAO/tao/IORInterceptor/IORInterceptor_Adapter_Factory_Impl.cpp
@@ -16,7 +16,7 @@ TAO_IORInterceptor_Adapter * TAO_IORInterceptor_Adapter_Factory_Impl::create (
)
ACE_THROW_SPEC ((CORBA::SystemException))
{
- TAO_IORInterceptor_Adapter_Impl * new_iorinterceptor_adapter;
+ TAO_IORInterceptor_Adapter_Impl * new_iorinterceptor_adapter = 0;
ACE_NEW_RETURN (new_iorinterceptor_adapter,
TAO_IORInterceptor_Adapter_Impl,
0);