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


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