DRDE/ACTK1_0/OTE/LPECreateCommand.cpp

16 lines
489 B
C++

#include "se/StandardObjectType.hpp"
#include "xml/XMLHelper.hpp"
#include "OTE/OteExtension.hpp"
#include "OTE/LPECreateCommand.hpp"
#include "se/CommandExtension.hpp"
void LPECreateCommand::addToCommand(const Command &command) const
{
XMLWriter* xmlWriter = command.getXmlWriter();
DOMElement* extensionElement = command.getExtensionElement();
DOMElement* createElement = xmlWriter->appendChild(extensionElement,
"create", OteExtension().getURI());
int a = 0;
}