21 #ifndef INCLUDE_OLAD_PLUGINADAPTOR_H_
22 #define INCLUDE_OLAD_PLUGINADAPTOR_H_
25 #include <ola/Clock.h>
28 #include <ola/io/SelectServerInterface.h>
45 bool delete_on_close =
false);
51 ola::thread::timeout_id RegisterRepeatingTimeout(
unsigned int ms,
53 ola::thread::timeout_id RegisterRepeatingTimeout(
56 ola::thread::timeout_id RegisterSingleTimeout(
59 ola::thread::timeout_id RegisterSingleTimeout(
62 void RemoveTimeout(ola::thread::timeout_id
id);
75 class Preferences *NewPreference(
const std::string &name)
const;
90 #endif // INCLUDE_OLAD_PLUGINADAPTOR_H_