#include "tao/TAO_Server_Request.h"
#include "tao/operation_details.h"
#include "tao/Transport.h"
#include "tao/Profile.h"
#include "tao/SystemException.h"
#include "tao/debug.h"
#include "tao/CDR.h"
#include "tao/ORB_Core.h"
#include "tao/Codeset/Codeset_Descriptor.h"
#include "tao/Codeset/Codeset_Manager_i.h"
#include "tao/Codeset/Codeset_Translator_Factory.h"
#include "tao/Codeset/Codeset.h"
#include "tao/Codeset/CodeSetContextC.h"
#include "tao/Codeset/Codeset_Service_Context_Handler.h"
#include "ace/Dynamic_Service.h"
#include "ace/Codeset_Registry.h"
#include "ace/OS_NS_string.h"
#include "ace/Service_Config.h"
Go to the source code of this file.
Defines | |
#define | TAO_CODESET_ID_ISO8859_1 0x00010001U |
#define | TAO_CODESET_ID_UNICODE 0x00010109U |
#define | TAO_CODESET_ID_XOPEN_UTF_8 0x05010001U |
#define | TAO_DEFAULT_CHAR_CODESET_ID TAO_CODESET_ID_ISO8859_1 |
#define | TAO_DEFAULT_WCHAR_CODESET_ID TAO_CODESET_ID_UNICODE |
#define TAO_CODESET_ID_ISO8859_1 0x00010001U |
Definition at line 35 of file Codeset_Manager_i.cpp.
#define TAO_CODESET_ID_UNICODE 0x00010109U |
Definition at line 36 of file Codeset_Manager_i.cpp.
#define TAO_CODESET_ID_XOPEN_UTF_8 0x05010001U |
Definition at line 37 of file Codeset_Manager_i.cpp.
#define TAO_DEFAULT_CHAR_CODESET_ID TAO_CODESET_ID_ISO8859_1 |
Definition at line 52 of file Codeset_Manager_i.cpp.
#define TAO_DEFAULT_WCHAR_CODESET_ID TAO_CODESET_ID_UNICODE |
Definition at line 53 of file Codeset_Manager_i.cpp.