diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-07-04 12:05:40 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-07-04 12:05:40 +0000 |
commit | 92204bfcdb152c2dbe8ea1ff9c740960532622c1 (patch) | |
tree | 9d270bcf373aa2716f478254b07a42de03cc4125 /TAO/tao/CodecFactory | |
parent | aa2d0abf6dda282bdfacb0a536e8c675f5089ad0 (diff) | |
download | ATCD-92204bfcdb152c2dbe8ea1ff9c740960532622c1.tar.gz |
ChangeLogTag: Mon Jul 4 12:05:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/CodecFactory')
-rw-r--r-- | TAO/tao/CodecFactory/CodecFactory.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/TAO/tao/CodecFactory/CodecFactory.h b/TAO/tao/CodecFactory/CodecFactory.h index d04eb263184..5f621159c04 100644 --- a/TAO/tao/CodecFactory/CodecFactory.h +++ b/TAO/tao/CodecFactory/CodecFactory.h @@ -44,20 +44,9 @@ public: ACE_STATIC_SVC_DECLARE (TAO_CodecFactory_Loader) ACE_FACTORY_DECLARE (TAO_CodecFactory, TAO_CodecFactory_Loader) -#if defined(ACE_HAS_BROKEN_STATIC_CONSTRUCTORS) - -typedef int (*TAO_Module_Initializer) (void); - -static TAO_Module_Initializer -TAO_Requires_CodecFactory_Initializer = &TAO_CodecFactory_Loader::Initializer; - -#else - static int TAO_Requires_CodecFactory_Initializer = TAO_CodecFactory_Loader::Initializer (); -#endif /* ACE_HAS_BROKEN_STATIC_CONSTRUCTORS */ - #define TAO_CODECFACTORY_SAFE_INCLUDE #include "IOP_CodecC.h" #undef TAO_CODECFACTORY_SAFE_INCLUDE |