| 
    TAO_PortableServer
    2.0.8
    
   
   | 
  
  
  
 
#include <ORT_Adapter_Factory.h>


Public Member Functions | |
| virtual | ~ORT_Adapter_Factory (void) | 
| Destructor.   | |
| virtual TAO::ORT_Adapter * | create ()=0 | 
| Create a new adapter, in case not possible to allocate, returns 0.   | |
| virtual void | destroy (TAO::ORT_Adapter *adapter)=0 | 
| Destroy the passed adapter.   | |
Class that creates one instance of TAO::ORT_Adapter per POA on the POA's first usage of its objectreferencetemplate_adapter. This is a base class for the actual implementation in the TAO_ObjectReferenceTemplate library.
| TAO::ORT_Adapter_Factory::~ORT_Adapter_Factory | ( | void | ) |  [virtual] | 
        
Destructor.
| virtual TAO::ORT_Adapter* TAO::ORT_Adapter_Factory::create | ( | ) |  [pure virtual] | 
        
Create a new adapter, in case not possible to allocate, returns 0.
| virtual void TAO::ORT_Adapter_Factory::destroy | ( | TAO::ORT_Adapter * | adapter | ) |  [pure virtual] | 
        
Destroy the passed adapter.
 1.7.5.1