3 //=============================================================================
7 * @author Carlos O'Ryan <coryan@uci.edu>
9 //=============================================================================
15 #include /**/ "ace/pre.h"
17 #include "tao/Codeset/codeset_export.h"
19 #if !defined (ACE_LACKS_PRAGMA_ONCE)
21 #endif /* ACE_LACKS_PRAGMA_ONCE */
23 #include "tao/Versioned_Namespace.h"
25 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
27 class TAO_Codeset_Export TAO_Codeset_Initializer
30 /// Used to force the initialization of the ORB code.
35 TAO_Requires_Codeset_Initializer
= TAO_Codeset_Initializer::init ();
37 TAO_END_VERSIONED_NAMESPACE_DECL
39 #include /**/ "ace/post.h"
41 #endif /* TAO_CODESET_H */