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

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