diff options
author | Phil Mesnier <mesnier_p@ociweb.com> | 2003-03-26 03:02:54 +0000 |
---|---|---|
committer | Phil Mesnier <mesnier_p@ociweb.com> | 2003-03-26 03:02:54 +0000 |
commit | c3f3cb5fa54ab1d0f2786a89b3ae866ab6d0965b (patch) | |
tree | 9ce689d1ba94060e84c3ffef7353eb629835f649 /TAO/tao/default_resource.h | |
parent | 4497e54f06482f7227e462e46c584f345fd77cde (diff) | |
download | ATCD-c3f3cb5fa54ab1d0f2786a89b3ae866ab6d0965b.tar.gz |
ChangeLog tag: Tue Mar 25 20:55:15 2003 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/tao/default_resource.h')
-rw-r--r-- | TAO/tao/default_resource.h | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/TAO/tao/default_resource.h b/TAO/tao/default_resource.h index d0e047f0eaa..3625bf4fa28 100644 --- a/TAO/tao/default_resource.h +++ b/TAO/tao/default_resource.h @@ -124,13 +124,6 @@ public: virtual TAO_Codeset_Manager *get_codeset_manager (); -// Get the translators for Char/Wchar Codesets - virtual TAO_Codeset_Translator_Factory *get_char_translator (CONV_FRAME::CodeSetId ncs, - CONV_FRAME::CodeSetId theTcs); - - virtual TAO_Codeset_Translator_Factory *get_wchar_translator (CONV_FRAME::CodeSetId theNcs, - CONV_FRAME::CodeSetId theTcs); - virtual int init_protocol_factories (void); virtual int cache_maximum (void) const; @@ -144,9 +137,6 @@ public: virtual void disable_factory (void); - CONV_FRAME::CodeSetId get_ncs_char (void); - - CONV_FRAME::CodeSetId get_ncs_wchar (void); //@} protected: @@ -242,28 +232,7 @@ private: /// Type of flushing strategy configured int flushing_strategy_type_; - /// NCS for character and wide character - CONV_FRAME::CodeSetId ncs_c_; - - CONV_FRAME::CodeSetId ncs_w_; - - /// List of Character codeset factories - TAO_CodesetFactorySet charcodeset_factories_; - - /// List of Character codeset factories - TAO_CodesetFactorySet wcharcodeset_factories_; - TAO_Codeset_Manager *codeset_manager_; - - // Function to initialize a list of char or wchar codeset factories - virtual int init_codeset_factories_i (TAO_CodesetFactorySet& ); - void get_codeset_ids_i (CONV_FRAME::CodeSetId, - TAO_CodesetFactorySet&, - CONV_FRAME::CodeSetComponent *); - TAO_Codeset_Translator_Factory * get_translator_i (TAO_CodesetFactorySet&, - CONV_FRAME::CodeSetId , - CONV_FRAME::CodeSetId); - }; #if defined (__ACE_INLINE__) |