Changeset 196 in pacpusframework for trunk/include/Pacpus/kernel/ConnectionBase.h


Ignore:
Timestamp:
10/25/13 11:12:25 (11 years ago)
Author:
Marek Kurdej
Message:

Fixed: using auto-generated PacpusLibConfig.h instead of pacpus.h.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/Pacpus/kernel/ConnectionBase.h

    r182 r196  
    22#define CONNECTIONBASE_H
    33
    4 #include <Pacpus/kernel/pacpus.h>
     4#include <Pacpus/kernel/PacpusLibConfig.h>
    55
    66namespace pacpus {
     
    1414    virtual ~ConnectionBase();
    1515
    16     AbstractInterface *  getInterface() const;
     16    AbstractInterface * getInterface() const;
    1717    int getPriority() const;
    1818    bool operator==(ConnectionBase const & c);
Note: See TracChangeset for help on using the changeset viewer.