Ignore:
Timestamp:
06/02/13 10:10:12 (11 years ago)
Author:
morasjul
Message:

beta 2.0 : fix some bug with xml reading function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.0-beta1/include/Pacpus/kernel/inputOutputBase.h

    r96 r100  
    2929    void addConnection(ConnectionBase connection) { _connection.append(connection);}
    3030    bool removeConnection(ConnectionBase connection) { return _connection.removeOne(connection);}
     31
     32    bool hasConnection() { return _connection.size() > 0;}
    3133
    3234protected:
Note: See TracChangeset for help on using the changeset viewer.