Static Public Member Functions

TAO::Value_Traits< CORBA::ValueBase > Struct Template Reference

#include <ValueBase.h>

List of all members.

Static Public Member Functions

static void add_ref (CORBA::ValueBase *)
static void remove_ref (CORBA::ValueBase *)
static void release (CORBA::ValueBase *)

Detailed Description

template<>
struct TAO::Value_Traits< CORBA::ValueBase >

Definition at line 404 of file ValueBase.h.


Member Function Documentation

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.

void TAO::Value_Traits< CORBA::ValueBase >::remove_ref ( CORBA::ValueBase p  )  [static]

Definition at line 1435 of file ValueBase.cpp.


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