changeset 187 | be0936ed7c63 |
parent 181 | 006158ef00f1 |
child 198 | 91baf9670758 |
186:a6a7a9ae74d9 | 187:be0936ed7c63 |
---|---|
239 } |
239 } |
240 |
240 |
241 void |
241 void |
242 SimulatorPrivate::Cancel (EventId id) |
242 SimulatorPrivate::Cancel (EventId id) |
243 { |
243 { |
244 assert (m_events->IsValid (id)); |
|
245 EventImpl *ev = id.GetEventImpl (); |
244 EventImpl *ev = id.GetEventImpl (); |
246 ev->Cancel (); |
245 ev->Cancel (); |
247 } |
246 } |
248 |
247 |
249 bool |
248 bool |