Changeset 31 in pacpusframework for trunk/include/Pacpus/DbitePlayer/DbtPlyTrigger.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/DbitePlayer/DbtPlyTrigger.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 Trigger header file
    10 *********************************************************************/
     11#ifndef DEF_PACPUS_DBTPLYTRIGGER_H
     12#define DEF_PACPUS_DBTPLYTRIGGER_H
    1113
    12 #ifndef DBTPLYTRIGGER_H
    13 #define DBTPLYTRIGGER_H
     14#include <QThread>
    1415
    15 #include <qthread.h>
    16 
    17 #include "DbitePlayerConfig.h"
    18 #include "kernel/ComponentBase.h"
    19 #include "kernel/ComponentFactory.h"
    20 #include "DbitePlayer/DbtPlyEngine.h"
     16#include <Pacpus/DbitePlayer/DbitePlayerConfig.h>
     17#include <Pacpus/DbitePlayer/DbtPlyEngine.h>
     18#include <Pacpus/kernel/ComponentBase.h>
     19#include <Pacpus/kernel/ComponentFactory.h>
    2120
    2221#ifdef WIN32
     
    5655} // namespace pacpus
    5756
    58 #endif // DBTPLYTRIGGER_H
     57#endif // DEF_PACPUS_DBTPLYTRIGGER_H
Note: See TracChangeset for help on using the changeset viewer.