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

    r3 r31  
     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
    111/*******************************************************************************
    212// This DLL was compiled as a Standard C Language Dynamic Link Libtrary.
     
    515*******************************************************************************/
    616
    7 #ifndef ROAD_TIME_H
    8 #define ROAD_TIME_H
     17#ifndef DEF_PACPUS_ROAD_TIME_H
     18#define DEF_PACPUS_ROAD_TIME_H
    919
    1020#ifdef __cplusplus
     
    1424#include <stddef.h>  // defines: NULL
    1525
    16 #include "kernel/cstdint.h"
     26#include <Pacpus/kernel/cstdint.h>
    1727
    1828// Export macro for ROAD_TIME DLL for Windows only
     
    92102#endif // __cplusplus
    93103
    94 #endif // ROAD_TIME_H
     104#endif // DEF_PACPUS_ROAD_TIME_H
Note: See TracChangeset for help on using the changeset viewer.