TAO_Table_Adapter_Factory Class Reference

#include <Table_Adapter.h>

Inheritance diagram for TAO_Table_Adapter_Factory:

Inheritance graph
[legend]
Collaboration diagram for TAO_Table_Adapter_Factory:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_Table_Adapter_Factory (void)
 Constructor.
virtual TAO_Adaptercreate (TAO_ORB_Core *orb_core)

Detailed Description

Definition at line 82 of file Table_Adapter.h.


Constructor & Destructor Documentation

TAO_Table_Adapter_Factory::TAO_Table_Adapter_Factory ( void   ) 

Constructor.

Definition at line 215 of file Table_Adapter.cpp.

00216 {
00217 }


Member Function Documentation

TAO_Adapter * TAO_Table_Adapter_Factory::create ( TAO_ORB_Core orb_core  )  [virtual]

Implements TAO_Adapter_Factory.

Definition at line 220 of file Table_Adapter.cpp.

References ACE_NEW_RETURN.

00221 {
00222   TAO_Adapter* ptr = 0;
00223   ACE_NEW_RETURN (ptr,
00224                  TAO_Table_Adapter (*oc),
00225                  0);
00226   return ptr;
00227 }


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:43:42 2010 for TAO_IORTable by  doxygen 1.4.7