summaryrefslogtreecommitdiff
path: root/TAO/tao/default_resource.h
diff options
context:
space:
mode:
authorPhil Mesnier <mesnier_p@ociweb.com>2005-07-13 22:15:31 +0000
committerPhil Mesnier <mesnier_p@ociweb.com>2005-07-13 22:15:31 +0000
commitb75199c59154ceafdbf3d5e2b1279d73783c05bb (patch)
tree0180a382b2de6c08a2ce533295772efc03876222 /TAO/tao/default_resource.h
parentd902bd85103074e3fa0e37f91a1b4a12f3c47840 (diff)
downloadATCD-b75199c59154ceafdbf3d5e2b1279d73783c05bb.tar.gz
ChangeLog tag: Wed Jul 13 16:37:41 2005 Phil Mesnier <mesnier_p@ociweb.com>
Diffstat (limited to 'TAO/tao/default_resource.h')
-rw-r--r--TAO/tao/default_resource.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/TAO/tao/default_resource.h b/TAO/tao/default_resource.h
index 417554b818f..c1721f78f23 100644
--- a/TAO/tao/default_resource.h
+++ b/TAO/tao/default_resource.h
@@ -121,7 +121,7 @@ public:
virtual ACE_Allocator* ami_response_handler_allocator (void);
virtual TAO_ProtocolFactorySet *get_protocol_factories (void);
- virtual TAO_Codeset_Manager *get_codeset_manager ();
+ virtual const TAO_Codeset_Descriptor *get_codeset_descriptor(int wchar=0) const;
virtual int init_protocol_factories (void);
@@ -240,7 +240,8 @@ private:
/// Type of flushing strategy configured
Flushing_Strategy_Type flushing_strategy_type_;
- TAO_Codeset_Manager *codeset_manager_;
+ TAO_Codeset_Descriptor char_codeset_descriptor_;
+ TAO_Codeset_Descriptor wchar_codeset_descriptor_;
/// Resource usage strategy
Resource_Usage resource_usage_strategy_;