| 255 | } |
| 256 | |
| 257 | void EmbeddedConnection::DirectAddID |
| 258 | (Direct_AgentSML_Handle pAgentSML, char const* pId, char const* pAttribute, char const* pValueId, int64_t clientTimetag) |
| 259 | { |
| 260 | AgentSML* a = reinterpret_cast<AgentSML*>(pAgentSML); |
| 261 | assert(a); |
| 262 | a->BufferedAddIdInputWME(pId, pAttribute, pValueId, clientTimetag); |
| 263 | } |
| 264 | |
| 265 | Direct_AgentSML_Handle EmbeddedConnection::DirectGetAgentSMLHandle |
| 266 | (char const* pAgentName) |
no test coverage detected