| 1585 | } |
| 1586 | |
| 1587 | void AgentSML::BufferedAddStringInputWME(char const* pID, char const* pAttribute, char const* pValue, int64_t clientTimeTag) |
| 1588 | { |
| 1589 | m_DirectInputDeltaList.push_back(DirectInputDelta(DirectInputDelta::kAddString, pID, pAttribute, pValue, clientTimeTag)); |
| 1590 | } |
| 1591 | |
| 1592 | void AgentSML::BufferedAddIntInputWME(char const* pID, char const* pAttribute, int64_t value, int64_t clientTimeTag) |
| 1593 | { |
no test coverage detected