| 61 | |
| 62 | #ifdef SML_DIRECT |
| 63 | void IntElement::DirectAdd(Direct_AgentSML_Handle pAgentSML, long long timeTag) |
| 64 | { |
| 65 | EmbeddedConnection* pConnection = static_cast<EmbeddedConnection*>(GetAgent()->GetConnection()); |
| 66 | pConnection->DirectAddWME_Int(pAgentSML, m_ID->GetIdentifierSymbol(), GetAttribute(), GetValue(), timeTag); |
| 67 | } |
| 68 | #endif |
| 69 | |
| 70 | void IntElement::Update(long long value) |
nothing calls this directly
no test coverage detected