Commit 7ac13ee0fcc1edb96644b1a84f52707134bcee69
- Diff rendering mode:
- inline
- side by side
core/eventinterpreterplugins.cpp
(1 / 1)
|   | |||
| 199 | 199 | tScriptContextIterator ipScriptContext = m_KeptContexts.begin(); | |
| 200 | 200 | while(ipScriptContext != m_KeptContexts.end()) { | |
| 201 | 201 | if(!(*ipScriptContext)->hasAttachedObjects()) { | |
| 202 | Logger::getInstance()->log("cleanupTerminatedScripts: erasing script"); | ||
| 202 | 203 | ipScriptContext = m_KeptContexts.erase(ipScriptContext); | |
| 203 | 204 | } else { | |
| 204 | 205 | ++ipScriptContext; | |
| … | … | ||
| 213 | 213 | pEvent->setProperty("time", "+" + intToString(20)); | |
| 214 | 214 | getEventInterpreter().getQueue().pushEvent(pEvent); | |
| 215 | 215 | } // sendCleanupEvent | |
| 216 | |||
| 217 | 216 | ||
| 218 | 217 | ||
| 219 | 218 | //================================================== EventInterpreterPluginDS485 |

