summaryrefslogtreecommitdiff
path: root/TAO/tao/Alias_TypeCode.inl
blob: 0b6805d57a59fa2293429bd51b8ef85abacd8649 (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::Alias<StringType, RefCountPolicy>::Alias (
  char const * id,
  char const * name,
  CORBA::TypeCode_ptr const * tc)
  : RefCountPolicy (),
    attributes_ (id, name),
    content_type_ (tc)
{
}