#include <DynAnyUtils_T.h>
Static Public Member Functions | |
| static void | set_flag_t (DynamicAny::DynAny_ptr component, CORBA::Boolean destroying) |
Definition at line 51 of file DynAnyUtils_T.h.
| void TAO::DynAnyFlagUtils< T >::set_flag_t | ( | DynamicAny::DynAny_ptr | component, | |
| CORBA::Boolean | destroying | |||
| ) | [static] |
Definition at line 93 of file DynAnyUtils_T.cpp.
{
T *tmp = T::_narrow (component);
if (destroying)
{
tmp->container_is_destroying (true);
}
else
{
tmp->ref_to_component (true);
}
}
1.7.0