DRDE/ACTK1_0/OTE/LPECreateCommand.cpp
Ren RenJuan 85e0bb4fb6 *
2014-01-21 23:01:41 +00:00

15 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;
}