Updated logging to include the class/method so that it is more obvious where these...
[ACE_TAO.git] / TAO / tao / Codeset / Codeset.h
blob56482316a6dd2ecd0984ed425db1795b7433b9b9
1 // -*- C++ -*-
3 //=============================================================================
4 /**
5 * @file Codeset.h
7 * @author Carlos O'Ryan <coryan@uci.edu>
8 */
9 //=============================================================================
12 #ifndef TAO_CODESET_H
13 #define TAO_CODESET_H
15 #include /**/ "ace/pre.h"
17 #include "tao/Codeset/codeset_export.h"
19 #if !defined (ACE_LACKS_PRAGMA_ONCE)
20 # 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
29 public:
30 /// Used to force the initialization of the ORB code.
31 static int init ();
34 static int
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 */