Changeset 161 in pacpusframework for branches/2.0-beta1/include/Pacpus/kernel
- Timestamp:
- Aug 1, 2013, 3:57:06 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/include/Pacpus/kernel/ComponentBase.h
r152 r161 123 123 // virtual QString getType() = 0; 124 124 125 virtual void addInputs() = 0; 126 virtual void addOutputs() = 0; 125 // Not Pure virtual, no need to implement if not needed !!! 126 virtual void addInputs() {} 127 virtual void addOutputs() {} 127 128 128 129 protected:
Note:
See TracChangeset
for help on using the changeset viewer.