X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/ed40f6f85c9c07c3c1224ae20601082c0309a631..7d27b9f23f076a18a59ac6269c9db36345f8aa03:/lib/base/ebase.h diff --git a/lib/base/ebase.h b/lib/base/ebase.h index 75b58205..8e6ea711 100644 --- a/lib/base/ebase.h +++ b/lib/base/ebase.h @@ -141,6 +141,7 @@ class eMainloop; */ class eSocketNotifier { + friend class eMainloop; public: enum { Read=POLLIN, Write=POLLOUT, Priority=POLLPRI, Error=POLLERR, Hungup=POLLHUP }; private: @@ -178,7 +179,7 @@ class eMainloop { friend class eTimer; friend class eSocketNotifier; - std::map notifiers, new_notifiers; + std::map notifiers; ePtrList m_timer_list; bool app_quit_now; int loop_level;