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


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