BeeeOn Gateway
v2020.3.1-2-g6f737dc
Platform to interconnect the IoT world
|
Any class that can be cancelled should inherit from this interface. This allows to maintain a set of cancellable objects together. More...
#include <Cancellable.h>
Public Types | |
typedef Poco::SharedPtr < Cancellable > | Ptr |
Public Member Functions | |
virtual void | cancel ()=0 |
Cancel the operation this object represents. It should exit immediatelly or at least as soon as possible. | |
Any class that can be cancelled should inherit from this interface. This allows to maintain a set of cancellable objects together.