#include <String_TypeCode_Traits.h>
Static Public Member Functions | |
| static CORBA::TypeCode_ptr | create_typecode (CORBA::TCKind kind, CORBA::ULong bound) |
Definition at line 59 of file String_TypeCode_Traits.h.
| static CORBA::TypeCode_ptr TAO::TypeCodeFactory::String_Traits< CORBA::Any::from_wstring >::create_typecode | ( | CORBA::TCKind | kind, | |
| CORBA::ULong | bound | |||
| ) | [inline, static] |
Definition at line 61 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;
}
1.7.0