| 1590 | } |
| 1591 | |
| 1592 | void AgentSML::BufferedAddIntInputWME(char const* pID, char const* pAttribute, int64_t value, int64_t clientTimeTag) |
| 1593 | { |
| 1594 | m_DirectInputDeltaList.push_back(DirectInputDelta(pID, pAttribute, value, clientTimeTag)); |
| 1595 | } |
| 1596 | |
| 1597 | void AgentSML::BufferedAddDoubleInputWME(char const* pID, char const* pAttribute, double value, int64_t clientTimeTag) |
| 1598 | { |
no test coverage detected