#include <RT_Factory.h>
Inheritance diagram for TAO_Notify_RT_Factory:
Public Member Functions | |
TAO_Notify_RT_Factory (void) | |
Constructor. | |
virtual | ~TAO_Notify_RT_Factory () |
Destructor. | |
virtual void | create (TAO_Notify_StructuredProxyPushSupplier *&proxy) |
Create StructuredProxyPushSupplier. |
Definition at line 31 of file RT_Factory.h.
TAO_BEGIN_VERSIONED_NAMESPACE_DECL 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.
References ACE_NEW_THROW_EX.
00021 { 00022 ACE_NEW_THROW_EX (proxy, 00023 TAO_Notify_RT_StructuredProxyPushSupplier (), 00024 CORBA::NO_MEMORY ()); 00025 }