summaryrefslogtreecommitdiff
path: root/TAO/tao/Objref_TypeCode.inl
blob: d2e88dbfe5d8e26a85fc8939c361fa7ede7cf0fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// -*- 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)
  : Objref_Base<StringType, RefCountPolicy> (Kind, id, name)
{
}