TAO_Notify_RT_Factory Class Reference

The Factory for the RT aware Notify classes. More...

#include <RT_Factory.h>

Inheritance diagram for TAO_Notify_RT_Factory:

Inheritance graph
[legend]
Collaboration diagram for TAO_Notify_RT_Factory:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 TAO_Notify_RT_Factory (void)
 Constructor.
virtual ~TAO_Notify_RT_Factory ()
 Destructor.
virtual void create (TAO_Notify_StructuredProxyPushSupplier *&proxy)
 Create StructuredProxyPushSupplier.

Detailed Description

The Factory for the RT aware Notify classes.

Definition at line 31 of file RT_Factory.h.


Constructor & Destructor Documentation

TAO_BEGIN_VERSIONED_NAMESPACE_DECL TAO_Notify_RT_Factory::TAO_Notify_RT_Factory ( void   ) 

Constructor.

Definition at line 11 of file RT_Factory.cpp.

00012 {
00013 }

TAO_Notify_RT_Factory::~TAO_Notify_RT_Factory (  )  [virtual]

Destructor.

Definition at line 15 of file RT_Factory.cpp.

00016 {
00017 }


Member Function Documentation

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 }


The documentation for this class was generated from the following files:
Generated on Tue Feb 2 17:46:29 2010 for TAO_CosNotification by  doxygen 1.4.7