| 444 | #endif |
| 445 | |
| 446 | StringElement* Identifier::CreateStringWME(char const* pAttribute, char const* pValue) |
| 447 | { |
| 448 | return this->m_Agent->GetWM()->CreateStringWME(this, pAttribute, pValue); |
| 449 | } |
| 450 | |
| 451 | IntElement* Identifier::CreateIntWME(char const* pAttribute, long long value) |
| 452 | { |
no outgoing calls
no test coverage detected