| 217 | |
| 218 | |
| 219 | bool EventHandler::IsManaged(const std::string& eName) const { |
| 220 | const EventInfo* ei = GetEventInfo(eName); |
| 221 | return (ei != NULL) && (ei->GetList() != NULL); |
| 222 | } |
| 223 | |
| 224 | |
| 225 | bool EventHandler::IsReversed(const std::string& eName) const { |
no test coverage detected