summaryrefslogtreecommitdiff
path: root/TAO/tao/Tagged_Components.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-02-08 16:29:30 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-02-08 16:29:30 +0000
commitac80b8ff96d0c2a2b8b8fcd89a82b306b97f20c5 (patch)
tree6a065b0fe7f6feb83056e31ab093cc33e43d2ef3 /TAO/tao/Tagged_Components.cpp
parent80eb545262f2ea57e5d0620251e71d60cc53cb78 (diff)
downloadATCD-ac80b8ff96d0c2a2b8b8fcd89a82b306b97f20c5.tar.gz
Thu Feb 8 16:26:14 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/Tagged_Components.cpp')
-rw-r--r--TAO/tao/Tagged_Components.cpp12
1 files changed, 4 insertions, 8 deletions
diff --git a/TAO/tao/Tagged_Components.cpp b/TAO/tao/Tagged_Components.cpp
index 72ce1808dea..7580d2a3b28 100644
--- a/TAO/tao/Tagged_Components.cpp
+++ b/TAO/tao/Tagged_Components.cpp
@@ -46,10 +46,8 @@ TAO_Tagged_Components::set_code_sets (
void
TAO_Tagged_Components::set_code_sets (CONV_FRAME::CodeSetComponentInfo &ci)
{
- this->set_code_sets_i (this->code_sets_.ForCharData,
- ci.ForCharData);
- this->set_code_sets_i (this->code_sets_.ForWcharData,
- ci.ForWcharData);
+ this->set_code_sets_i (this->code_sets_.ForCharData, ci.ForCharData);
+ this->set_code_sets_i (this->code_sets_.ForWcharData, ci.ForWcharData);
this->code_sets_set_ = 1;
TAO_OutputCDR cdr;
@@ -170,10 +168,8 @@ TAO_Tagged_Components::set_known_component_i (
return;
}
- this->set_code_sets_i (this->code_sets_.ForCharData,
- ci.ForCharData);
- this->set_code_sets_i (this->code_sets_.ForWcharData,
- ci.ForWcharData);
+ this->set_code_sets_i (this->code_sets_.ForCharData, ci.ForCharData);
+ this->set_code_sets_i (this->code_sets_.ForWcharData, ci.ForWcharData);
this->code_sets_set_ = 1;
}
}