summaryrefslogtreecommitdiff
path: root/TAO/tao/Alias_TypeCode.inl
blob: 5fbd8f00c169313af44734aada916a7bd4578257 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// -*- C++ -*-
//
// $Id$


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