Changeset 31 in pacpusframework for trunk/src/PacpusLib/XmlConfigFile.cpp


Ignore:
Timestamp:
01/08/13 18:10:10 (11 years ago)
Author:
sgosseli
Message:

Huge commit: use the new includes style in all the files, add the license header in all the headers, and in some cpp.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/PacpusLib/XmlConfigFile.cpp

    r3 r31  
    1 /*********************************************************************
    2 // created:    2006/01/30
    3 // created:    2006/01/30 - 13:49
    4 // filename:   xmlconfigfile.cpp
    5 //
    6 // author:     Gerald Dherbomez
    7 //
    8 // purpose:    Implementation de la classe XmlConfigFile
    9 *********************************************************************/
    10 
    11 #include "kernel/XmlConfigFile.h"
    12 
    13 #include "kernel/Log.h"
     1/**
     2 *
     3 * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
     4 * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
     5 *
     6 * See the LICENSE file for more information or a copy at:
     7 *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
     8 *
     9 */
     10
     11#include <Pacpus/kernel/XmlConfigFile.h>
     12#include <Pacpus/kernel/Log.h>
    1413
    1514#include <QFile>
    1615#include <QTextStream>
    1716
    18 namespace pacpus {
    19 
     17using namespace pacpus;
    2018using namespace std;
    2119
     
    209207    }
    210208}
    211 
    212 } // namespace pacpus
Note: See TracChangeset for help on using the changeset viewer.