Changeset 161 in pacpusframework


Ignore:
Timestamp:
08/01/13 15:57:06 (11 years ago)
Author:
morasjul
Message:

addInputs and addOutputs not yet Pure virtual, no need to implement if
not need, default implementation does nothing

File:
1 edited

Legend:

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

    r152 r161  
    123123    // virtual QString getType() = 0;
    124124
    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() {}
    127128
    128129protected:
Note: See TracChangeset for help on using the changeset viewer.