00001 // -*- C++ -*- 00002 // 00003 // $Id: Alias_TypeCode_Static.inl 72141 2006-04-19 09:45:01Z jwillemsen $ 00004 00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL 00006 00007 ACE_INLINE 00008 TAO::TypeCode::Alias<char const *, 00009 CORBA::TypeCode_ptr const *, 00010 TAO::Null_RefCount_Policy>::Alias ( 00011 CORBA::TCKind kind, 00012 char const * id, 00013 char const * name, 00014 CORBA::TypeCode_ptr const * tc) 00015 : ::CORBA::TypeCode (kind) 00016 , ::TAO::Null_RefCount_Policy () 00017 , attributes_ (id, name) 00018 , content_type_ (tc) 00019 { 00020 } 00021 00022 TAO_END_VERSIONED_NAMESPACE_DECL