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

    r3 r31  
    1 /*********************************************************************
    2 // created:    2007/04/12 - 16:30
    3 //
    4 // author:     Elie Al Alam & Gerald Dherbomez
    5 //
    6 // version:    $Id: $
    7 //
    8 // purpose:    Dbite Player File Manager header file
     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 */
    910
    10 *********************************************************************/
     11#ifndef DEF_PACPUS_DBTPLYFILEMANAGER_H
     12#define DEF_PACPUS_DBTPLYFILEMANAGER_H
    1113
    12 #ifndef DBTPLYFILEMANAGER_H
    13 #define DBTPLYFILEMANAGER_H
     14#include <QThread>
    1415
    15 #include <qthread.h>
    16 
    17 #include "DbitePlayerConfig.h"
    18 #include "kernel/road_time.h"
    19 #include "kernel/ComponentBase.h"
    20 #include "kernel/DbiteFile.h"
    21 #include "DbitePlayer/DbtPlyEngine.h"
     16#include <Pacpus/DbitePlayer/DbitePlayerConfig.h>
     17#include <Pacpus/DbitePlayer/DbtPlyEngine.h>
     18#include <Pacpus/kernel/road_time.h>
     19#include <Pacpus/kernel/ComponentBase.h>
     20#include <Pacpus/kernel/DbiteFile.h>
    2221
    2322class QSemaphore;
     
    140139} // namespace pacpus
    141140
    142 #endif // DBTPLYFILEMANAGER_H
     141#endif // DEF_PACPUS_DBTPLYFILEMANAGER_H
Note: See TracChangeset for help on using the changeset viewer.