The Factory for the RT aware Notify classes. More...
#include <RT_Factory.h>
Public Member Functions | |
TAO_Notify_RT_Factory (void) | |
Constructor. | |
virtual | ~TAO_Notify_RT_Factory () |
Destructor. | |
virtual void | create (TAO_Notify_StructuredProxyPushSupplier *&proxy) |
Create StructuredProxyPushSupplier. |
The Factory for the RT aware Notify classes.
Definition at line 31 of file RT_Factory.h.
TAO_Notify_RT_Factory::TAO_Notify_RT_Factory | ( | void | ) |
TAO_Notify_RT_Factory::~TAO_Notify_RT_Factory | ( | ) | [virtual] |
void TAO_Notify_RT_Factory::create | ( | TAO_Notify_StructuredProxyPushSupplier *& | proxy | ) | [virtual] |
Create StructuredProxyPushSupplier.
Reimplemented from TAO_Notify_Default_Factory.
Definition at line 20 of file RT_Factory.cpp.
{ ACE_NEW_THROW_EX (proxy, TAO_Notify_RT_StructuredProxyPushSupplier (), CORBA::NO_MEMORY ()); }