DRDE/ACTK1_0/se/secDNS/SecDNSChgType.cpp

12 lines
239 B
C++
Raw Permalink Normal View History

#include "xml/XMLHelper.hpp"
#include "SecDNSChgType.hpp"
void SecDNSChgType::createXMLElement(XMLWriter* xmlWriter, DOMElement* chgElement)
{
if (maxSigLife.get() != NULL)
{
maxSigLife->createXMLElement(xmlWriter, chgElement);
}
}