277 const lock_guard<mutex> lock(
fMutex);
279 const auto it =
fInfo.find(service);
283 return make_pair(0, static_cast<EventImp*>(NULL));
285 EventInfo &info = it->second;
289 return make_pair(0, static_cast<EventImp*>(NULL));
291 return make_pair(info.counter-1, (
EventImp*)&info.data);
A general base-class describing events issues in a state machine.
map< string, EventInfo > fInfo