Static Public Member Functions

TAO::CreateDynAnyUtils< DA_IMPL, ANY_TC > Struct Template Reference

#include <DynAnyUtils_T.h>

List of all members.

Static Public Member Functions

static DynamicAny::DynAny_ptr create_dyn_any_t (ANY_TC any_tc)

Detailed Description

template<typename DA_IMPL, typename ANY_TC>
struct TAO::CreateDynAnyUtils< DA_IMPL, ANY_TC >

Definition at line 61 of file DynAnyUtils_T.h.


Member Function Documentation

template<typename DA_IMPL , typename ANY_TC >
DynamicAny::DynAny_ptr TAO::CreateDynAnyUtils< DA_IMPL, ANY_TC >::create_dyn_any_t ( ANY_TC  any_tc  )  [static]

Definition at line 110 of file DynAnyUtils_T.cpp.

  {
    DA_IMPL *p = 0;
    ACE_NEW_THROW_EX (p,
                      DA_IMPL,
                      CORBA::NO_MEMORY ());

    ACE_Auto_Basic_Ptr<DA_IMPL> dp (p);
    p->init (any_tc);

    return dp.release ();
  }


The documentation for this struct was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines