Public Member Functions | Protected Attributes

TAO_AV_Policy Class Reference

#include <Policy.h>

Inheritance diagram for TAO_AV_Policy:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 TAO_AV_Policy (CORBA::ULong type)
CORBA::ULong type (void)

Protected Attributes

CORBA::ULong type_

Detailed Description

Definition at line 55 of file Policy.h.


Constructor & Destructor Documentation

TAO_AV_Policy::TAO_AV_Policy ( CORBA::ULong  type  ) 

Definition at line 13 of file Policy.cpp.

  :type_ (type)
{
}


Member Function Documentation

CORBA::ULong TAO_AV_Policy::type ( void   ) 

Definition at line 12 of file Policy.inl.

{
  return this->type_;
}


Member Data Documentation

Definition at line 61 of file Policy.h.


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