Changeset 31 in pacpusframework for trunk/include/Pacpus/kernel/DbiteFile.h


Ignore:
Timestamp:
01/08/13 18:10:10 (12 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/DbiteFile.h

    r3 r31  
    1 // Copyright Marek Kurdej 2010 - 2012.
    2 // Distributed under the UTC Heudiasyc Pacpus License, Version 1.0.
    3 // See accompanying file LICENSE_1_0.txt or copy at
    4 // http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
    5 
    6 #ifndef DBITEFILE_H
    7 #define DBITEFILE_H
     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 */
     10
     11#ifndef DEF_PACPUS_DBITEFILE_H
     12#define DEF_PACPUS_DBITEFILE_H
    813
    914#include <fstream>
     
    1116#include <string>
    1217
    13 #include "kernel/cstdint.h"
    14 #include "kernel/hdfile_header_t.h"
    15 #include "kernel/road_time.h"
     18#include <Pacpus/kernel/cstdint.h>
     19#include <Pacpus/kernel/hdfile_header_t.h>
     20#include <Pacpus/kernel/road_time.h>
    1621
    1722namespace pacpus {
     
    242247} // namespace pacpus
    243248
    244 #endif // DBITEFILE_H
     249#endif // DEF_PACPUS_DBITEFILE_H
Note: See TracChangeset for help on using the changeset viewer.