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


template <typename StringType, CORBA::TCKind Kind, class RefCountPolicy>
ACE_INLINE
TAO::TypeCode::Objref<StringType,
                      Kind,
                      RefCountPolicy>::Objref (char const * id,
                                               char const * name)
  : RefCountPolicy (),
    attributes_ (id, name)
{
}