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

#include <String_TypeCode_Traits.h>

List of all members.

Static Public Member Functions

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

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


Member Function Documentation

CORBA::TypeCode_ptr TAO::TypeCodeFactory::String_Traits< CORBA::Any::from_string >::create_typecode CORBA::TCKind  kind,
CORBA::ULong  bound
[inline, static]
 

Definition at line 43 of file String_TypeCode_Traits.h.

References ACE_NEW_RETURN, and CORBA::TypeCode_ptr.

00045       {
00046         typedef TAO::TypeCode::String<TAO::True_RefCount_Policy> typecode_type;
00047 
00048         CORBA::TypeCode_ptr tc = CORBA::TypeCode_ptr ();
00049         ACE_NEW_RETURN (tc,
00050                         typecode_type (kind, bound),
00051                         tc);
00052 
00053         return tc;
00054       }


The documentation for this struct was generated from the following file:
Generated on Sun Jan 27 13:22:17 2008 for TAO_AnyTypeCode by doxygen 1.3.6