summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Any_Dual_Impl_T.cpp
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-01-25 19:19:27 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-01-25 19:19:27 +0000
commit83d7ed9edd866300f633597ca2b37750dde36cfd (patch)
tree903a8deac70916640b410b4bd9ff1dee8a83cc7b /TAO/tao/AnyTypeCode/Any_Dual_Impl_T.cpp
parentdb5bcfdeb2a2f493308c9d60c39ae820b8f8e415 (diff)
downloadATCD-83d7ed9edd866300f633597ca2b37750dde36cfd.tar.gz
Thu Jan 25 19:16:12 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'TAO/tao/AnyTypeCode/Any_Dual_Impl_T.cpp')
-rw-r--r--TAO/tao/AnyTypeCode/Any_Dual_Impl_T.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/TAO/tao/AnyTypeCode/Any_Dual_Impl_T.cpp b/TAO/tao/AnyTypeCode/Any_Dual_Impl_T.cpp
index 31d096ee324..4fe6c209652 100644
--- a/TAO/tao/AnyTypeCode/Any_Dual_Impl_T.cpp
+++ b/TAO/tao/AnyTypeCode/Any_Dual_Impl_T.cpp
@@ -104,8 +104,7 @@ TAO::Any_Dual_Impl_T<T>::extract (const CORBA::Any & any,
try
{
CORBA::TypeCode_ptr any_tc = any._tao_get_typecode ();
- CORBA::Boolean _tao_equiv = any_tc->equivalent (tc
- );
+ CORBA::Boolean _tao_equiv = any_tc->equivalent (tc);
if (_tao_equiv == false)
{
@@ -200,8 +199,7 @@ TAO::Any_Dual_Impl_T<T>::free_value (void)
template<typename T>
void
-TAO::Any_Dual_Impl_T<T>::_tao_decode (TAO_InputCDR &cdr
- )
+TAO::Any_Dual_Impl_T<T>::_tao_decode (TAO_InputCDR &cdr)
{
if (! this->demarshal_value (cdr))
{