| 225 | } |
| 226 | |
| 227 | void EmbeddedConnection::DirectAddWME_String |
| 228 | (Direct_AgentSML_Handle pAgentSML, char const* pId, char const* pAttribute, char const* pValue, int64_t clientTimetag) |
| 229 | { |
| 230 | AgentSML* a = reinterpret_cast<AgentSML*>(pAgentSML); |
| 231 | assert(a); |
| 232 | a->BufferedAddStringInputWME(pId, pAttribute, pValue, clientTimetag); |
| 233 | } |
| 234 | void EmbeddedConnection::DirectAddWME_Int |
| 235 | (Direct_AgentSML_Handle pAgentSML, char const* pId, char const* pAttribute, int64_t value, int64_t clientTimetag) |
| 236 | { |
no test coverage detected