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