| 117 | } |
| 118 | |
| 119 | void WorkingMemory::ClearHandlerStatic(sml::smlRunEventId /*id*/, void* pUserData, sml::Agent* /*pAgent*/, sml::smlPhase /*phase*/) |
| 120 | { |
| 121 | WorkingMemory* pWM = (WorkingMemory*)pUserData; |
| 122 | pWM->ClearOutputLinkChanges(); |
| 123 | } |
| 124 | |
| 125 | void WorkingMemory::RecordSymbolInMap(IdentifierSymbol* pSymbol) |
| 126 | { |
nothing calls this directly
no test coverage detected