19 #ifndef __XRD_CL_CHANNEL_HANDLER_LIST_HH__
20 #define __XRD_CL_CHANNEL_HANDLER_LIST_HH__
53 std::list<ChannelEventHandler*> pHandlers;
ChannelEvent
Events that may have occurred to the channel.
A helper for handling channel event handlers.
void RemoveHandler(ChannelEventHandler *handler)
Remove the channel event handler.
void AddHandler(ChannelEventHandler *handler)
Add a channel event handler.
void ReportEvent(ChannelEventHandler::ChannelEvent event, Status status)
Report an event to the channel event handlers.
Procedure execution status.