Go to the documentation of this file.00001
00002
00003
00004
00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00006
00007 template<typename StringType,
00008 typename TypeCodeType,
00009 class RefCountPolicy>
00010 ACE_INLINE
00011 TAO::TypeCode::Alias<StringType,
00012 TypeCodeType,
00013 RefCountPolicy>::Alias (
00014 CORBA::TCKind kind,
00015 char const * id,
00016 char const * name,
00017 TypeCodeType const & tc)
00018 : ::CORBA::TypeCode (kind)
00019 , RefCountPolicy ()
00020 , attributes_ (id, name)
00021 , content_type_ (tc)
00022 {
00023 }
00024
00025 TAO_END_VERSIONED_NAMESPACE_DECL