FlightGear next
|
Dispatchable Interface. More...
#include <dbusdispatcher.h>
Inherited by flightgear::swift::CDBusConnection, and flightgear::swift::CDBusServer.
Public Member Functions | |
IDispatchable ()=default | |
Default constructor. | |
virtual | ~IDispatchable ()=default |
Default destructor. | |
virtual void | dispatch ()=0 |
Dispatch execution method. | |
Dispatchable Interface.
Definition at line 26 of file dbusdispatcher.h.
|
default |
Default constructor.
|
virtualdefault |
Default destructor.
|
pure virtual |
Dispatch execution method.
Implemented in flightgear::swift::CDBusConnection, and flightgear::swift::CDBusServer.