summaryrefslogtreecommitdiff
path: root/TAO/tao/ObjRefTemplate/ORT_Adapter_Factory_Impl.h
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2005-05-18 23:37:19 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2005-05-18 23:37:19 +0000
commitc6b896072323a955caa62d7b96b95d67d5e094d4 (patch)
tree92f3b5aeb46fa5bc73b35e024d75fcba1e8545fb /TAO/tao/ObjRefTemplate/ORT_Adapter_Factory_Impl.h
parent517f9339d1c522dd3f5af61a1500c4d45e646578 (diff)
downloadATCD-c6b896072323a955caa62d7b96b95d67d5e094d4.tar.gz
ChangeLogTag:Wed May 18 16:23:01 2005 Ossama Othman <ossama@dre.vanderbilt.edu>
Diffstat (limited to 'TAO/tao/ObjRefTemplate/ORT_Adapter_Factory_Impl.h')
-rw-r--r--TAO/tao/ObjRefTemplate/ORT_Adapter_Factory_Impl.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/TAO/tao/ObjRefTemplate/ORT_Adapter_Factory_Impl.h b/TAO/tao/ObjRefTemplate/ORT_Adapter_Factory_Impl.h
index a13ce37a4c8..765ff32d331 100644
--- a/TAO/tao/ObjRefTemplate/ORT_Adapter_Factory_Impl.h
+++ b/TAO/tao/ObjRefTemplate/ORT_Adapter_Factory_Impl.h
@@ -61,11 +61,10 @@ static TAO_Module_Initializer
TAO_Requires_ORTFactory_Initializer =
&TAO::ORT_Adapter_Factory_Impl::Initializer;
- #else
+#else
- static int
- TAO_Requires_ORTFactory_Initializer =
- TAO::ORT_Adapter_Factory_Impl::Initializer ();
+static int TAO_Requires_ORTFactory_Initializer =
+ TAO::ORT_Adapter_Factory_Impl::Initializer ();
#endif /* ACE_HAS_BROKEN_STATIC_CONSTRUCTORS */