7 #ifndef NAZARA_SOCKETPOLLER_HPP 8 #define NAZARA_SOCKETPOLLER_HPP 10 #include <Nazara/Prerequesites.hpp> 11 #include <Nazara/Core/MovablePtr.hpp> 12 #include <Nazara/Network/AbstractSocket.hpp> 16 class SocketPollerImpl;
34 bool Wait(
int msTimeout);
43 #include <Nazara/Network/SocketPoller.inl> 45 #endif // NAZARA_SOCKETPOLLER_HPP TODO: Inherit SoundEmitter from Node.
Definition: Algorithm.hpp:12
Network class allowing an application to wait on multiples sockets for them to become active (readabl...
Definition: SocketPoller.hpp:18
Core class used to combine enumeration values into flags bitfield.
Definition: Flags.hpp:24
Network class that represents the base of socket.
Definition: AbstractSocket.hpp:18