Changeset 31 in pacpusframework for trunk/src/PacpusLib/ComponentFactoryBase.cpp


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/src/PacpusLib/ComponentFactoryBase.cpp

    r3 r31  
    1 // ********************************************************************
    2 //  created:    2006/02/14 - 16:07
    3 //  filename:   ComponentFactoryBase.cpp
    4 //
    5 //  author:     Gerald Dherbomez
    6 //
    7 //  purpose:    Implementation of ComponentFactoryBase class
    8 // *********************************************************************
     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 #include "kernel/ComponentFactoryBase.h"
    11 
    12 #include "kernel/ComponentBase.h"
    13 #include "kernel/ComponentManager.h"
    14 #include "kernel/Log.h"
     11#include <Pacpus/kernel/ComponentFactoryBase.h>
     12#include <Pacpus/kernel/ComponentBase.h>
     13#include <Pacpus/kernel/ComponentManager.h>
     14#include <Pacpus/kernel/Log.h>
    1515
    1616#include <cassert>
    1717#include <QString>
    1818
    19 namespace pacpus {
     19using namespace pacpus;
    2020
    2121DECLARE_STATIC_LOGGER("pacpus.core.ComponentFactoryBase");
     
    6161    }
    6262}
    63 
    64 } // namespace pacpus
Note: See TracChangeset for help on using the changeset viewer.