Go to the documentation of this file.00001
00002
00003
00004
00005
00006 TAO_BEGIN_VERSIONED_NAMESPACE_DECL
00007
00008 ACE_INLINE
00009 TAO::TypeCode::Enum<char const *,
00010 char const * const *,
00011 TAO::Null_RefCount_Policy>::Enum (
00012 char const * id,
00013 char const * name,
00014 char const * const * enumerators,
00015 CORBA::ULong nenumerators)
00016 : ::CORBA::TypeCode (CORBA::tk_enum)
00017 , ::TAO::Null_RefCount_Policy ()
00018 , base_attributes_ (id, name)
00019 , nenumerators_ (nenumerators)
00020 , enumerators_ (enumerators)
00021 {
00022 }
00023
00024 TAO_END_VERSIONED_NAMESPACE_DECL