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

    r12 r31  
    1 #pragma once
    2 #ifndef __GENERIC_OBSERVER_H__
    3 #define __GENERIC_OBSERVER_H__
     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
     11#ifndef DEF_PACPUS_GENERIC_OBSERVER_H
     12#define DEF_PACPUS_GENERIC_OBSERVER_H
    413
    514#include <list>
    615
    7 #include "GenericObserverInterface.h"
     16#include <Pacpus/kernel/GenericObserverInterface.h>
    817#include <QMutex>
    918
     
    6675} // namespace pacpus
    6776
    68 #endif
     77#endif // DEF_PACPUS_GENERIC_OBSERVER_H
Note: See TracChangeset for help on using the changeset viewer.