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

    r3 r31  
    1 /********************************************************************
    2 //  created:    2006/02/14 - 16:08
    3 //  filename:   ComponentFactoryBase.h
    4 //
    5 //  author:     Gerald Dherbomez
    6 //
    7 //  purpose:    The ComponentFactoryBase class is used to provide an
    8 //              abstract class to the template ComponentFactory
    9 *********************************************************************/
     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 */
    1010
    11 #ifndef COMPONENTFACTORYBASE_H
    12 #define COMPONENTFACTORYBASE_H
     11#ifndef DEF_PACPUS_COMPONENTFACTORYBASE_H
     12#define DEF_PACPUS_COMPONENTFACTORYBASE_H
    1313
    14 #include "pacpus.h"
     14#include <Pacpus/kernel/pacpus.h>
    1515
    1616class QString;
     
    2121class ComponentBase;
    2222
     23/** ComponentFactoryBase
     24 * @brief Provide an abstract class to the template ComponentFactory.
     25 */
    2326class PACPUSLIB_API ComponentFactoryBase
    2427{
     
    4043} // namespace pacpus
    4144
    42 #endif // COMPONENTFACTORYBASE_H
     45#endif
Note: See TracChangeset for help on using the changeset viewer.