Enum_TypeCode_Static.inl

Go to the documentation of this file.
00001 // -*- C++ -*-
00002 //
00003 // $Id: Enum_TypeCode_Static.inl 72138 2006-04-19 09:23:57Z jwillemsen $
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

Generated on Sun Jan 27 13:21:06 2008 for TAO_AnyTypeCode by doxygen 1.3.6