#include <Stub_Factory.h>
Inheritance diagram for TAO_Stub_Factory:
Public Member Functions | |
virtual | ~TAO_Stub_Factory (void) |
Destructor. | |
virtual TAO_Stub * | create_stub (const char *repository_id, const TAO_MProfile &profiles, TAO_ORB_Core *orb_core)=0 |
Creates a Stub Object. |
Definition at line 50 of file Stub_Factory.h.
|
Destructor.
Definition at line 11 of file Stub_Factory.cpp.
00012 { 00013 } |
|
Creates a Stub Object.
Implemented in TAO_Default_Stub_Factory. Referenced by TAO_ORB_Core::create_stub(). |