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/DbitePlayer/DbtPlyEngineStateChart.h

    r3 r31  
    1 /*********************************************************************
    2 // created:    2007/04/12 - 16:30
     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 */
    310
    4 //
    5 // author:     Elie Al Alam & Gerald Dherbomez
    6 //
    7 // version:    $Id: $
    8 //
    9 // purpose:    Dbite Player Engine state chart header file
    10 *********************************************************************/
     11#ifndef DEF_PACPUS_DBTPLYENGINESTATECHART_H
     12#define DEF_PACPUS_DBTPLYENGINESTATECHART_H
    1113
    12 #ifndef DBTPLYENGINESTATECHART_H
    13 #define DBTPLYENGINESTATECHART_H
     14#include <QString>
    1415
    15 #include <qstring.h>
    16 
    17 #include "DbitePlayerConfig.h"
     16#include <Pacpus/DbitePlayer/DbitePlayerConfig.h>
    1817
    1918namespace pacpus {
     
    9392} // namespace pacpus
    9493
    95 #endif // DBTPLYENGINESTATECHART_H
     94#endif // DEF_PACPUS_DBTPLYENGINESTATECHART_H
Note: See TracChangeset for help on using the changeset viewer.