TAO::TypeCodeFactory::String_Traits< CORBA::Any::from_wstring > Struct Template Reference

#include <String_TypeCode_Traits.h>

List of all members.

Static Public Member Functions

static CORBA::TypeCode_ptr create_typecode (CORBA::TCKind kind, CORBA::ULong bound)


Detailed Description

template<>
struct TAO::TypeCodeFactory::String_Traits< CORBA::Any::from_wstring >

Definition at line 58 of file String_TypeCode_Traits.h.


Member Function Documentation

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 60 of file String_TypeCode_Traits.h.

References ACE_NEW_RETURN.

00062       {
00063         typedef TAO::TypeCode::String<TAO::True_RefCount_Policy> typecode_type;
00064 
00065         CORBA::TypeCode_ptr tc = CORBA::TypeCode_ptr ();
00066         ACE_NEW_RETURN (tc,
00067                         typecode_type (kind, bound),
00068                         tc);
00069 
00070         return tc;
00071       }


The documentation for this struct was generated from the following file:
Generated on Tue Feb 2 17:40:33 2010 for TAO_AnyTypeCode by  doxygen 1.4.7