Changeset 31 in pacpusframework for trunk/include/Pacpus/kernel/XmlComponentConfig.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/XmlComponentConfig.h

    r3 r31  
    1 /*********************************************************************
    2 //
    3 // created:    2006/01/30 - 10:58
    4 //
    5 // filename:   xmlcomponentconfig.h
    6 //
    7 // author:     Gerald Dherbomez
    8 //
    9 // purpose:    definit la structure XML des paramètres de configuration
    10 //             d'un composant
    11 *********************************************************************/
     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 */
    1210
    13 #ifndef XMLCOMPONENTCONFIG_H
    14 #define XMLCOMPONENTCONFIG_H
     11#ifndef DEF_PACPUS_XMLCOMPONENTCONFIG_H
     12#define DEF_PACPUS_XMLCOMPONENTCONFIG_H
    1513
    16 #include "pacpus.h"
     14#include <Pacpus/kernel/pacpus.h>
    1715
    1816#include <QDomElement>
     
    104102} // namespace pacpus
    105103
    106 #endif // XMLCOMPONENTCONFIG_H
     104#endif // DEF_PACPUS_XMLCOMPONENTCONFIG_H
Note: See TracChangeset for help on using the changeset viewer.