libmoost
/home/mhx/git/github/libmoost/include/moost/io/ionotify.hpp
Go to the documentation of this file.
00001 /* vim:set ts=3 sw=3 sts=3 et: */
00032 #ifndef MOOST_IO_NOTIFY_HPP__
00033 #define MOOST_IO_NOTIFY_HPP__
00034 
00035 #ifdef WIN32
00036 #include "detail/ionotify_windows.hpp"
00037 #else
00038 #include "detail/ionotify_linux.hpp"
00039 #endif
00040 
00041 #endif // MOOST_IO_NOTIFY_HPP__