diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-05-10 09:56:36 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2004-05-10 09:56:36 +0000 |
commit | 6d322b748c6cf80c9e53792a1760ea1666a6ab82 (patch) | |
tree | 7591586583f4f7b0723541cec3998d25090edf55 /TAO/tao/default_resource.h | |
parent | c66a0514e6994c2e24c108abcee14baa0ca11cea (diff) | |
download | ATCD-6d322b748c6cf80c9e53792a1760ea1666a6ab82.tar.gz |
ChangeLogTag: Mon May 10 09:55:21 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/default_resource.h')
-rw-r--r-- | TAO/tao/default_resource.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/TAO/tao/default_resource.h b/TAO/tao/default_resource.h index 0737e45f8b3..2e7cdeb7950 100644 --- a/TAO/tao/default_resource.h +++ b/TAO/tao/default_resource.h @@ -92,7 +92,7 @@ public: TAO_ALLOCATOR_THREAD_LOCK }; - // Translator type + /// Translator type enum TRANSLATOR_TYPE { CHAR_TRANSLATOR, @@ -115,6 +115,8 @@ public: virtual ACE_Allocator* output_cdr_dblock_allocator (void); virtual ACE_Allocator* output_cdr_buffer_allocator (void); virtual ACE_Allocator* output_cdr_msgblock_allocator (void); + virtual ACE_Allocator* amh_response_handler_allocator (void); + virtual ACE_Allocator* ami_response_handler_allocator (void); virtual TAO_ProtocolFactorySet *get_protocol_factories (void); virtual TAO_Codeset_Manager *get_codeset_manager (); @@ -233,7 +235,7 @@ private: }; /// Type of flushing strategy configured - int flushing_strategy_type_; + Flushing_Strategy_Type flushing_strategy_type_; TAO_Codeset_Manager *codeset_manager_; |