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

ACE_INLINE
TAO::TypeCode::Alias<char const *,
                     CORBA::TypeCode_ptr const *,
                     TAO::Null_RefCount_Policy>::Alias (
  CORBA::TCKind kind,
  char const * id,
  char const * name,
  CORBA::TypeCode_ptr const * tc)
  : CORBA::TypeCode (kind)
  , ACE_NESTED_CLASS (TAO, Null_RefCount_Policy) ()
  , attributes_ (id, name)
  , content_type_ (tc)
{
}