#include <ValueBase.h>
Static Public Member Functions | |
| static void | add_ref (CORBA::ValueBase *) |
| static void | remove_ref (CORBA::ValueBase *) |
| static void | release (CORBA::ValueBase *) |
Definition at line 404 of file ValueBase.h.
| void TAO::Value_Traits< CORBA::ValueBase >::add_ref | ( | CORBA::ValueBase * | p | ) | [static] |
Definition at line 1428 of file ValueBase.cpp.
{
CORBA::add_ref (p);
}
| void TAO::Value_Traits< CORBA::ValueBase >::release | ( | CORBA::ValueBase * | p | ) | [static] |
Definition at line 1442 of file ValueBase.cpp.
{
CORBA::remove_ref (p);
}
| void TAO::Value_Traits< CORBA::ValueBase >::remove_ref | ( | CORBA::ValueBase * | p | ) | [static] |
Definition at line 1435 of file ValueBase.cpp.
{
CORBA::remove_ref (p);
}
1.7.0