0.9.8.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Typedefs
DispatchHandler.h File Reference

Declarations for DispatchHandler. More...

#include "Event.h"
#include <memory>
Include dependency graph for DispatchHandler.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Hypertable::DispatchHandler
 Abstract base class for application dispatch handlers registered with AsyncComm. More...
 

Namespaces

 Hypertable
 Hypertable definitions
 

Typedefs

typedef std::shared_ptr
< DispatchHandler > 
Hypertable::DispatchHandlerPtr
 Smart pointer to DispatchHandler. More...
 

Detailed Description

Declarations for DispatchHandler.

This file contains type declarations for DispatchHandler, an abstract base class from which are derived handlers for delivering communication events to an application.

Definition in file DispatchHandler.h.