#include <Resource_Factory.h>
Collaboration diagram for TAO_Protocol_Item:
Public Member Functions | |
TAO_Protocol_Item (const ACE_CString &name) | |
~TAO_Protocol_Item (void) | |
const ACE_CString & | protocol_name (void) |
TAO_Protocol_Factory * | factory (void) |
Return a pointer to the protocol factory. | |
void | factory (TAO_Protocol_Factory *factory, int owner=0) |
Set the factory pointer's value. | |
Private Member Functions | |
TAO_Protocol_Item (const TAO_Protocol_Item &) | |
void | operator= (const TAO_Protocol_Item &) |
Private Attributes | |
ACE_CString | name_ |
Protocol factory name. | |
TAO_Protocol_Factory * | factory_ |
Pointer to factory object. | |
int | factory_owner_ |
Whether we own (and therefore have to delete) the factory object. |
|
Creator method, the protocol name can only be set when the object is created. |
|
Destructor that deallocates the factory object if the Protocol_Item retains ownership. |
|
|
|
Set the factory pointer's value.
|
|
Return a pointer to the protocol factory.
|
|
|
|
Return a reference to the character representation of the protocol factories name. |
|
Pointer to factory object.
|
|
Whether we own (and therefore have to delete) the factory object.
|
|
Protocol factory name.
|