DRDE/ACTK1_0/se/LPE/LPLaunch.cpp
Ren RenJuan f39150ac7e *
2014-01-24 16:38:51 +00:00

15 lines
376 B
C++

#include "xml/XMLHelper.hpp"
#include "LPLaunch.hpp"
void LPLaunch::appendData(XMLWriter* xmlWriter, DOMElement* addElement)
{
DOMElement* lpDataElement = xmlWriter->appendChild(addElement, "claims");
XMLHelper::setTextContent(xmlWriter->appendChild(lpDataElement, "claims"), claims);
}
void LPLaunch::createXMLElement(XMLWriter* xmlWriter, DOMElement* addElement)
{
}