Changeset 31 in pacpusframework for trunk/include/Pacpus/kernel/XmlConfigFile.h


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/include/Pacpus/kernel/XmlConfigFile.h

    r3 r31  
    1 /*********************************************************************
    2 // created:    2006/01/30 - 12:31
    3 // filename:   xmlconfigfile.h
    4 //
    5 // author:     Gerald Dherbomez
    6 //
    7 // purpose:    Classe permettant d'enregistrer un fichier de
    8 //             configuration XML
    9 //             Le fichier XML contient 2 sections :
    10 //             - parameters : contient les parametres de l'application
    11 //             - components : contient les composants
    12 //             les composants ne peuvent pas avoir de noeuds fils
    13 //
    14 // todo:       Creer une dtd qui permet de definir la liste des classes possibles
    15 //             que peuvent prendre les composants
    16 //             
    17 *********************************************************************/
     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 */
    1810
    19 #ifndef XMLCONFIGFILE_H
    20 #define XMLCONFIGFILE_H
     11#ifndef DEF_PACPUS_XMLCONFIGFILE_H
     12#define DEF_PACPUS_XMLCONFIGFILE_H
    2113
    22 #include "kernel/pacpus.h"
    23 #include "XmlComponentConfig.h"
     14#include <Pacpus/kernel/pacpus.h>
     15#include <Pacpus/kernel/XmlComponentConfig.h>
    2416
    2517#include <QDomElement>
     
    7365} // namespace pacpus
    7466
    75 #endif // XMLCONFIGFILE_H
     67#endif // DEF_PACPUS_XMLCONFIGFILE_H
Note: See TracChangeset for help on using the changeset viewer.