summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Any_Impl_T.inl
blob: 38e3b68d6430cd175ac6ef5433d3ba12c522785e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- C++ -*-
TAO_BEGIN_VERSIONED_NAMESPACE_DECL

// These three are overridden in generated code where appropriate.

template<typename T>
ACE_INLINE
CORBA::Boolean
TAO::Any_Impl_T<T>::demarshal_value (TAO_InputCDR &cdr)
{
  return (cdr >> this->value_);
}

TAO_END_VERSIONED_NAMESPACE_DECL