| 180 | } |
| 181 | |
| 182 | void xml_object(agent* pAgent, char const* pTag) |
| 183 | { |
| 184 | soarxml::XMLTrace* pXML = static_cast< soarxml::XMLTrace* >(pAgent->xml_destination); |
| 185 | |
| 186 | pXML->BeginTag(pTag) ; |
| 187 | pXML->EndTag(pTag) ; |
| 188 | } |
| 189 | |
| 190 | void xml_object(agent* pAgent, char const* pTag, char const* pAttribute, char const* pValue) |
| 191 | { |
no test coverage detected