22 #ifndef INCLUDE_OLA_IO_STDINHANDLER_H_ 23 #define INCLUDE_OLA_IO_STDINHANDLER_H_ 30 #include <ola/io/SelectServerInterface.h> 78 std::auto_ptr<InputCallback> m_callback;
86 #endif // INCLUDE_OLA_IO_STDINHANDLER_H_
The interface for the SelectServer.
Definition: SelectServerInterface.h:42
Definition: StdinHandler.h:60
StdinHandler(SelectServerInterface *ss, InputCallback *callback)
Handle data from stdin.
Definition: StdinHandler.cpp:33
Allows a FD created by a library to be used with the SelectServer.
Definition: Descriptor.h:247
The namespace containing all OLA symbols.
Definition: Credentials.cpp:44
A 1 argument callback which can be called multiple times.
Definition: Callback.h:992