Changeset 291 in pacpusframework for trunk/src/PacpusLib/InputOutputBase.cpp
- Timestamp:
- Mar 27, 2014, 12:53:43 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/PacpusLib/InputOutputBase.cpp
r206 r291 21 21 22 22 AbstractInterface::~AbstractInterface() 23 {} 23 { 24 } 24 25 25 26 QString AbstractInterface::getSignature() const … … 71 72 72 73 InputInterfaceBase::InputInterfaceBase(QString name, ComponentBase * component, QObject * parent) 73 : AbstractInterface(name, component, parent) 74 {} 74 : AbstractInterface(name, component, /*parent*/ NULL) 75 { 76 } 75 77 76 78 InputInterfaceBase::~InputInterfaceBase() 77 {} 79 { 80 } 78 81 79 82 // TODO for serialization prupose (not yet implemented !!!)
Note:
See TracChangeset
for help on using the changeset viewer.