Changeset 31 in pacpusframework for trunk/src/PacpusTools


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.

Location:
trunk/src/PacpusTools/src
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/PacpusTools/src/AsyncWorkerBase.cpp

    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// Includes, pacpus.
    212#include <kernel/Log.h>
  • trunk/src/PacpusTools/src/PeriodicWorker.cpp

    r10 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// Includes, pacpus.
    212#include <PacpusTools/PeriodicWorker.h>
  • trunk/src/PacpusTools/src/PosixShMem.cpp

    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#include <cassert>
    2 #include <cstdlib>  // exit
     12#include <cstdlib>
    313#include <iomanip>
    414
    5 #include "PacpusTools/PosixShMem.h"
    6 #include "kernel/Log.h"
     15#include <Pacpus/PacpusTools/PosixShMem.h>
     16#include <Pacpus/kernel/Log.h>
    717
    818DECLARE_STATIC_LOGGER("pacpus.core.PosixShMem");
  • trunk/src/PacpusTools/src/Win32ShMem.cpp

    r3 r31  
    1 /*********************************************************************
    2 //  created:    2007/01/18 - 18:09
    3 //  filename:   Win32ShMem.cpp
    4 //
    5 //  author:     Gerald Dherbomez
    6 //
    7 //  version:    $Id$
    8 //
    9 //  purpose:    Definition of the Win32 class of the shared memory
    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
    12 #include "PacpusTools/Win32ShMem.h"
     11#include <Pacpus/PacpusTools/Win32ShMem.h>
     12#include <Pacpus/kernel/Log.h>
    1313
    1414#include <sstream>
    1515#include <windows.h>
    1616
    17 #include "kernel/Log.h"
    1817
    1918DECLARE_STATIC_LOGGER("pacpus.core.Win32ShMem");
  • trunk/src/PacpusTools/src/geodesie.cpp

    r3 r31  
    1 //#include <cmath>
     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
    211#include <fstream>
    3 
    4 #include "PacpusTools/geodesie.h"
     12#include <Pacpus/PacpusTools/geodesie.h>
    513
    614#ifdef _MSC_VER
  • trunk/src/PacpusTools/src/matrice.cpp

    r3 r31  
    11/// bibliotheque CPP de calcul matriciel
    2 
    3 #include "PacpusTools/matrice.h"
     2/**
     3 *
     4 * Distributed under the UTC Heudiascy Pacpus License, Version 1.0.
     5 * Copyright (c) UTC Heudiasyc 2010 - 2013. All rights reserved.
     6 *
     7 * See the LICENSE file for more information or a copy at:
     8 *   http://www.hds.utc.fr/~kurdejma/LICENSE_1_0.txt
     9 *
     10 */
     11
     12#include <Pacpus/PacpusTools/matrice.h>
    413
    514#include <cstdlib>
Note: See TracChangeset for help on using the changeset viewer.