fixed some bugs in the ecore mainloop integration

This commit is contained in:
Andreas Volz 2011-01-14 20:32:16 +01:00
parent b23f1b2eab
commit 9e25833870
3 changed files with 13 additions and 25 deletions

View file

@ -79,7 +79,6 @@ private:
private:
Ecore_Fd_Handler *fd_handler_read;
Ecore_Fd_Handler *fd_handler_error;
friend class BusDispatcher;
};