diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-10-24 09:18:12 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2005-10-24 09:18:12 +0000 |
commit | 033d14de79b6f0d026afa915a222ea0e7f2e1d39 (patch) | |
tree | 4946fb7758bea027ec948015965f1db6c5f9879c /TAO/tao | |
parent | 8e518b1f23ba6a1d703277e7c8d7879b4194df3d (diff) | |
download | ATCD-033d14de79b6f0d026afa915a222ea0e7f2e1d39.tar.gz |
ChangeLogTag: Mon Oct 24 07:46:12 UTC 2005 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao')
-rw-r--r-- | TAO/tao/Codeset/Codeset_Manager_i.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/TAO/tao/Codeset/Codeset_Manager_i.cpp b/TAO/tao/Codeset/Codeset_Manager_i.cpp index 14ab1310459..c84f7a5a985 100644 --- a/TAO/tao/Codeset/Codeset_Manager_i.cpp +++ b/TAO/tao/Codeset/Codeset_Manager_i.cpp @@ -216,7 +216,7 @@ TAO_Codeset_Manager_i::process_service_context (TAO_ServerRequest &request) void TAO_Codeset_Manager_i::generate_service_context (TAO_Operation_Details &opd, - TAO_Transport &trans) + TAO_Transport &trans) { TAO_Service_Context &service_cntx = opd.request_service_context (); CONV_FRAME::CodeSetContext codeset_cntx; @@ -297,7 +297,7 @@ TAO_Codeset_Manager_i::isCompatible(CONV_FRAME::CodeSetId cs1, /// returns the TCS for Char / Wchar CONV_FRAME::CodeSetId TAO_Codeset_Manager_i::computeTCS (CONV_FRAME::CodeSetComponent &remote, - CONV_FRAME::CodeSetComponent &local ) + CONV_FRAME::CodeSetComponent &local ) { if (remote.native_code_set == local.native_code_set) { @@ -486,7 +486,7 @@ TAO_Codeset_Manager_i::get_wchar_trans (CONV_FRAME::CodeSetId tcs) TAO_Codeset_Translator_Base * TAO_Codeset_Manager_i::get_translator_i (TAO_Codeset_Descriptor& cd, - CONV_FRAME::CodeSetId tcs) + CONV_FRAME::CodeSetId tcs) { for (TAO_Codeset_Descriptor::Translator_Node *tlist = cd.translators(); tlist; tlist = tlist->next_) |