| 43 | |
| 44 | #ifdef SML_DIRECT |
| 45 | void StringElement::DirectAdd(Direct_AgentSML_Handle pAgentSML, long long timeTag) |
| 46 | { |
| 47 | EmbeddedConnection* pConnection = static_cast<EmbeddedConnection*>(GetAgent()->GetConnection()); |
| 48 | pConnection->DirectAddWME_String(pAgentSML, m_ID->GetIdentifierSymbol(), GetAttribute(), GetValue(), timeTag); |
| 49 | } |
| 50 | #endif |
| 51 | |
| 52 | void StringElement::Update(char const* pValue) |
nothing calls this directly
no test coverage detected