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

    r16 r31  
    99 */
    1010
    11 #ifndef COMPONENTMANAGER_H
    12 #define COMPONENTMANAGER_H
     11#ifndef DEF_PACPUS_COMPONENTMANAGER_H
     12#define DEF_PACPUS_COMPONENTMANAGER_H
    1313
    1414#include <cstddef>
     
    1818#include <QPluginLoader>
    1919
    20 #include "pacpus.h"
    21 #include "ComponentFactoryBase.h"
    22 #include "PacpusPluginInterface.h"
    23 #include "XmlConfigFile.h"
     20#include <Pacpus/kernel/pacpus.h>
     21#include <Pacpus/kernel/ComponentFactoryBase.h>
     22#include <Pacpus/kernel/PacpusPluginInterface.h>
     23#include <Pacpus/kernel/XmlConfigFile.h>
    2424
    2525namespace pacpus {
     
    149149} // namespace pacpus
    150150
    151 #endif // COMPONENTMANAGER_H
     151#endif
Note: See TracChangeset for help on using the changeset viewer.