Go to the documentation of this file.00001
00002
00003
00004
00005 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00006
00007 ACE_INLINE
00008 TAO::TypeCode::Struct<char const *,
00009 CORBA::TypeCode_ptr const *,
00010 TAO::TypeCode::Struct_Field<char const *,
00011 CORBA::TypeCode_ptr const *> const *,
00012 TAO::Null_RefCount_Policy>::Struct (
00013 CORBA::TCKind kind,
00014 char const * id,
00015 char const * name,
00016 Struct_Field<char const *, CORBA::TypeCode_ptr const *> const * fields,
00017 CORBA::ULong nfields)
00018 : ::CORBA::TypeCode (kind)
00019 , ::TAO::Null_RefCount_Policy ()
00020 , base_attributes_ (id, name)
00021 , nfields_ (nfields)
00022 , fields_ (fields)
00023 {
00024 }
00025
00026 TAO_END_VERSIONED_NAMESPACE_DECL