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)

Constructor & Destructor Documentation

TAO_Table_Adapter_Factory::TAO_Table_Adapter_Factory void   ) 
 

Constructor.

Definition at line 209 of file Table_Adapter.cpp.

00210 {
00211 }


Member Function Documentation

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

Implements TAO_Adapter_Factory.

Definition at line 214 of file Table_Adapter.cpp.

References ACE_NEW_RETURN.

00215 {
00216   TAO_Adapter* ptr = 0;
00217   ACE_NEW_RETURN (ptr,
00218                  TAO_Table_Adapter (*oc),
00219                  0);
00220   return ptr;
00221 }


The documentation for this class was generated from the following files:
Generated on Sun Jan 27 13:38:26 2008 for TAO_IORTable by doxygen 1.3.6