Functions

UTF16_BOM_Factory.cpp File Reference

#include "tao/debug.h"
#include "tao/Codeset/UTF16_BOM_Factory.h"
#include "ace/OS_NS_strings.h"
#include "ace/Dynamic_Service.h"
#include "ace/Log_Msg.h"
Include dependency graph for UTF16_BOM_Factory.cpp:

Go to the source code of this file.

Functions

 ACE_STATIC_SVC_DEFINE (TAO_UTF16_BOM_Factory, ACE_TEXT("UTF16_BOM_Factory"), ACE_SVC_OBJ_T,&ACE_SVC_NAME(TAO_UTF16_BOM_Factory), ACE_Service_Type::DELETE_THIS|ACE_Service_Type::DELETE_OBJ, 0) TAO_UTF16_BOM_Factory

Detailed Description

Id:
UTF16_BOM_Factory.cpp 84281 2009-01-30 15:01:17Z wotte

Loader for an instance of the UTF16_BOM_Translator.

Author:
Phil Mesnier <mesnier_p@ociweb.com>

Definition in file UTF16_BOM_Factory.cpp.


Function Documentation

ACE_STATIC_SVC_DEFINE ( TAO_UTF16_BOM_Factory  ,
ACE_TEXT("UTF16_BOM_Factory")  ,
ACE_SVC_OBJ_T  ,
ACE_SVC_NAMETAO_UTF16_BOM_Factory,
ACE_Service_Type::DELETE_THIS|ACE_Service_Type::DELETE_OBJ  ,
 
)

Definition at line 25 of file UTF16_BOM_Factory.cpp.

  : translator_ (0)
  , forceBE_ (false)
{
}

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines