summaryrefslogtreecommitdiff
path: root/TAO/tao/AnyTypeCode/Alias_TypeCode_Static.inl
blob: 0f077af668969eae5bd44a556a4653a5be73d9ca (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$

TAO_BEGIN_VERSIONED_NAMESPACE_DECL

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)
  , ::TAO::Null_RefCount_Policy ()
  , attributes_ (id, name)
  , content_type_ (tc)
{
}

TAO_END_VERSIONED_NAMESPACE_DECL