112 static void createPipe(
115 const std::string & eventName);
117 static void removePipe(
120 const std::string & eventName);
167 virtual void mainLoopKill();
173 virtual void dispatchEvents();
210 std::list<UEventsHandler*> getPipes(
212 const std::string & eventName);
217 const std::string & eventName);
222 const std::string & eventName);
235 eventName_(eventName)
239 const std::string eventName_;
244 std::list<std::pair<UEvent*, const UEventsSender * > > events_;
245 std::list<UEventsHandler*> handlers_;
249 std::list<Pipe> pipes_;