Changeset 100 in pacpusframework for branches/2.0-beta1/include/Pacpus/kernel
- Timestamp:
- Jun 2, 2013, 10:10:12 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/include/Pacpus/kernel/inputOutputBase.h
r96 r100 29 29 void addConnection(ConnectionBase connection) { _connection.append(connection);} 30 30 bool removeConnection(ConnectionBase connection) { return _connection.removeOne(connection);} 31 32 bool hasConnection() { return _connection.size() > 0;} 31 33 32 34 protected:
Note:
See TracChangeset
for help on using the changeset viewer.