00001 // -*- C++ -*- 00002 // 00003 // $Id: Objref_TypeCode.inl 72141 2006-04-19 09:45:01Z jwillemsen $ 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 template <typename StringType, class RefCountPolicy> 00008 ACE_INLINE 00009 TAO::TypeCode::Objref<StringType, RefCountPolicy>::Objref ( 00010 CORBA::TCKind kind, 00011 char const * id, 00012 char const * name) 00013 : ::CORBA::TypeCode (kind) 00014 , RefCountPolicy () 00015 , attributes_ (id, name) 00016 { 00017 } 00018 00019 TAO_END_VERSIONED_NAMESPACE_DECL