X-Git-Url: http://git.maemo.org/git/?p=speedfreak;a=blobdiff_plain;f=Client%2Fxmlwriter.cpp;h=3abe02ac1380e1b7314a4ce1e5d97f4a5f6df5e7;hp=495eed9da2afbdf2e41c653f9dd8b638d34525fa;hb=69cb07ccffb899f28e122e1fe2ea1a94dce4a07a;hpb=74a1541fc05869163401c4885da4445c8940c822 diff --git a/Client/xmlwriter.cpp b/Client/xmlwriter.cpp index 495eed9..3abe02a 100644 --- a/Client/xmlwriter.cpp +++ b/Client/xmlwriter.cpp @@ -2,14 +2,13 @@ * Xml writer * * @author Tiina Kivilinna-Korhola + * @author Toni Jussila * @copyright (c) 2010 Speed Freak team * license http://opensource.org/licenses/gpl-license.php GNU Public License */ #include "xmlwriter.h" - - /** *@brief Constructor, connects object to GUI *@param Pointer to carmainwindow, which is temporarily used during development @@ -59,7 +58,6 @@ void XmlWriter::writeRegistering(QBuffer *netbuf, QString usr, QString psswd, QS xmlwriter.writeEndDocument(); } - /** *@brief Writes Speed Freek results items as tags and contents into a buffer. *@todo Consider looping when writing many values. @@ -78,7 +76,6 @@ void XmlWriter::writeResult(QBuffer *netbuf, double result) xmlwriter.writeEndDocument(); } - /** *@brief Write track to server. *@param netbuf where to write. @@ -115,7 +112,6 @@ void XmlWriter::writeGpsTrack(QBuffer *netbuf, int counter, int start, int stop, xmlwriter.writeEndDocument(); } - /** *@brief Opens and closes a file, when xml information is written into a file, *and passes file to writeXmlFile() @@ -158,7 +154,6 @@ bool XmlWriter::writeXmlFile(QIODevice *device) return true; } - /** *@brief Writes Speed Freek results items as tags and contents to earlier defined target. *@todo Consider looping when writing many values.