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

    r15 r31  
    99 */
    1010
    11 #ifndef COMPONENTFACTORY_H
    12 #define COMPONENTFACTORY_H
     11#ifndef DEF_PACPUS_COMPONENTFACTORY_H
     12#define DEF_PACPUS_COMPONENTFACTORY_H
    1313
    1414#include <cassert>
    1515
    16 #include "ComponentFactoryBase.h"
     16#include <Pacpus/kernel/ComponentFactoryBase.h>
    1717
    1818#include <QtGlobal>
     
    5959  };
    6060
    61 
    6261  template <typename T>
    6362  ComponentFactory<T>::ComponentFactory(const QString& type)
     
    8685}
    8786
    88 #endif // COMPONENTFACTORY_H
     87#endif // DEF_PACPUS_DBITEEXCEPTION_H
Note: See TracChangeset for help on using the changeset viewer.