// -*- C++ -*- // // $Id$ template ACE_INLINE TAO::TypeCode::Objref::Objref (char const * id, char const * name) : RefCountPolicy (), attributes_ (id, name) { }