|
|
| 528 |
NS_LOG_LOGIC ("handle " << next.key.m_ts); |
528 |
NS_LOG_LOGIC ("handle " << next.key.m_ts); |
| 529 |
m_currentTs = next.key.m_ts; |
529 |
m_currentTs = next.key.m_ts; |
| 530 |
m_currentContext = next.key.m_context; |
530 |
m_currentContext = next.key.m_context; |
| 531 |
m_currentUid = next.key.m_ts; |
531 |
m_currentUid = next.key.m_uid; |
| 532 |
event = next.impl; |
532 |
event = next.impl; |
| 533 |
} |
533 |
} |
| 534 |
event->Invoke (); |
534 |
event->Invoke (); |