00001 // -*- C++ -*- 00002 // 00003 // $Id: Any_Special_Impl_T.inl 73524 2006-07-14 21:39:17Z ossama $ 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 template<typename T, typename from_T, typename to_T> 00008 ACE_INLINE 00009 CORBA::Boolean 00010 TAO::Any_Special_Impl_T<T, from_T, to_T>::demarshal_value ( 00011 TAO_InputCDR &cdr 00012 ) 00013 { 00014 return (cdr >> to_T (this->value_, this->bound_)); 00015 } 00016 00017 TAO_END_VERSIONED_NAMESPACE_DECL