#include <String_TypeCode_Traits.h>
Static Public Member Functions | |
static CORBA::TypeCode_ptr | create_typecode (CORBA::TCKind kind, CORBA::ULong bound) |
Definition at line 42 of file String_TypeCode_Traits.h.
static CORBA::TypeCode_ptr TAO::TypeCodeFactory::String_Traits< CORBA::Any::from_string >::create_typecode | ( | CORBA::TCKind | kind, | |
CORBA::ULong | bound | |||
) | [inline, static] |
Definition at line 44 of file String_TypeCode_Traits.h.
{ typedef TAO::TypeCode::String<TAO::True_RefCount_Policy> typecode_type; CORBA::TypeCode_ptr tc = CORBA::TypeCode_ptr (); ACE_NEW_RETURN (tc, typecode_type (kind, bound), tc); return tc; }