Changeset 32 in pacpusframework


Ignore:
Timestamp:
01/08/13 18:13:41 (11 years ago)
Author:
sgosseli
Message:

Same modification.

Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Pacpus/PacpusTools/AsyncWorkerBase.h

    r31 r32  
    1313
    1414// Includes, pacpus.
    15 #include <PacpusTools/utility/NonCopyable.h>
     15#include <Pacpus/PacpusTools/utility/NonCopyable.h>
    1616
    1717// Includes, qt.
  • trunk/include/Pacpus/kernel/hdfile_header_t.h

    r31 r32  
    1212#define DEF_HDFILE_HEADER_T_H
    1313
    14 #include "kernel/cstdint.h"
    15 #include "kernel/road_time.h"
     14#include <Pacpus/kernel/cstdint.h>
     15#include <Pacpus/kernel/road_time.h>
    1616
    1717#define HEADER_SIGNATURE_LENGTH 4
  • trunk/src/PacpusSensor/src/ui/pacpusmainwindow.cpp

    r3 r32  
    1 /*********************************************************************
    2 // created:     2006/06/20 - 15:54
    3 // filename:    pacpusmainwindowimpl.cpp
    4 //
    5 // author:      Gerald Dherbomez
    6 //              Copyright Heudiasyc UMR UTC/CNRS 6599
    7 //
    8 // version:     $Id: pacpusmainwindow.cpp 1009 2012-08-01 19:03:32Z morasjul $
    9 //
    10 // purpose:     Implementation of PacpusMainWindow class
    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
    1311#include "pacpusmainwindow.h"
     
    2119#include <qstringlist.h>
    2220
    23 #include "kernel/ComponentBase.h"
    24 #include "kernel/Log.h"
     21#include <Pacpus/kernel/ComponentBase.h>
     22#include <Pacpus/kernel/Log.h>
    2523
    2624namespace pacpus {
  • trunk/src/PacpusSensor/src/ui/pacpusmainwindow.h

    r3 r32  
    1 /*********************************************************************
    2 //  created:    2006/06/20 - 15:54
    3 //  filename:   pacpusmainwindow.h
    4 //
    5 //  author:     Gerald Dherbomez
    6 //
    7 //  version:    $Id: pacpusmainwindow.h 1008 2012-08-01 08:50:51Z kurdejma $
    8 //
    9 //  purpose:   
    10 *********************************************************************/
     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 */
    1110
    1211#ifndef PACPUSMAINWINDOW_H
     
    1716#include <qtimer.h>
    1817
    19 #include "kernel/ComponentManager.h"
    20 #include "kernel/XmlConfigFile.h"
     18#include <Pacpus/kernel/ComponentManager.h>
     19#include <Pacpus/kernel/XmlConfigFile.h>
    2120#include "ui_pacpusmainwindow.h"
    2221
Note: See TracChangeset for help on using the changeset viewer.