X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fio%2Fwindows%2Fpoll_platform.h;fp=source%2Fio%2Fwindows%2Fpoll_platform.h;h=ccf92c306a005872d530478a57fd080eba03d0db;hb=609c9a508cfdc7b42c46c4f21d17639204165a00;hp=0000000000000000000000000000000000000000;hpb=b4806214e905752617691f851717033fd3f266c2;p=libs%2Fcore.git diff --git a/source/io/windows/poll_platform.h b/source/io/windows/poll_platform.h new file mode 100644 index 0000000..ccf92c3 --- /dev/null +++ b/source/io/windows/poll_platform.h @@ -0,0 +1,18 @@ +#ifndef MSP_IO_POLL_PLATFORM_H_ +#define MSP_IO_POLL_PLATFORM_H_ + +#include +#include + +namespace Msp { +namespace IO { + +struct Poller::Private +{ + std::vector handles; +}; + +} // namespace IO +} // namespace Msp + +#endif