#include "notify_serv_export.h"
#include "Topology_Object.h"
#include "Event.h"
#include <ace/Vector_T.h>
#include <ace/Bound_Ptr.h>
#include "Delivery_Request.inl"
Include dependency graph for Delivery_Request.h:
This graph shows which files directly or indirectly include this file:
Namespaces | |
namespace | TAO_Notify |
Classes | |
class | TAO_Notify::Delivery_Request |
Represents a request to deliver an event to a particular destination. More... | |
Typedefs | |
typedef ACE_Strong_Bound_Ptr< Delivery_Request, TAO_SYNCH_MUTEX > | Delivery_Request_Ptr |
A reference-counted smart pointer to a Delivery_Request. | |
typedef ACE_Unbounded_Queue< Delivery_Request_Ptr > | Delivery_Request_Queue |
typedef ACE_Strong_Bound_Ptr< Routing_Slip, TAO_SYNCH_MUTEX > | Routing_Slip_Ptr |
A reference-counted smart pointer to a Routing_Slip. |
|
A reference-counted smart pointer to a Delivery_Request.
|
|
|
|
A reference-counted smart pointer to a Routing_Slip.
|