summaryrefslogtreecommitdiff
path: root/ACE/TAO/tao/AnyTypeCode/Any_Array_Impl_T.inl
blob: 939a2e9d3e30650b6daf96b8862384018842804b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// -*- C++ -*-
//
// $Id$

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

template<typename T_slice, typename T_forany>
ACE_INLINE
CORBA::Boolean
TAO::Any_Array_Impl_T<T_slice, T_forany>::demarshal_value (TAO_InputCDR &cdr)
{
  T_forany tmp (this->value_);
  return (cdr >> tmp);
}

TAO_END_VERSIONED_NAMESPACE_DECL