Itasca C++ Interface
Loading...
Searching...
No Matches
ipollster.h
Go to the documentation of this file.
1#pragma once
4
5#include "base/src/base.h"
6
7namespace itasca
8{
13 class IPollster
14 {
15 public:
19 virtual void poll(bool suppressException=false)=0;
20 };
21} // namespace itasca
22// EoF
One stop include for all objects defined as part of base interface.
Polling interface - kernel should call periodically during longs tasks to give the interface a chance...
Definition ipollster.h:14
virtual void poll(bool suppressException=false)=0
namespace Itasca
Definition basememory.cpp:14