source:
pacpusframework/branches/0.1.x/src/PacpusLib/InputOutputBase.cpp@
189
| Last change on this file since 189 was 148, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 302 bytes | |
| Line | |
|---|---|
| 1 | #include <Pacpus/kernel/ComponentBase.h> |
| 2 | #include <Pacpus/kernel/InputOutputInterface.h> |
| 3 | #include <Pacpus/kernel/Log.h> |
| 4 | |
| 5 | using namespace pacpus; |
| 6 | |
| 7 | DECLARE_STATIC_LOGGER("pacpus.core.InputOutputInterface"); |
| 8 | |
| 9 | QString AbstractInterface::getSignature() |
| 10 | { |
| 11 | return component()->getName() + '.' + name(); |
| 12 | } |
Note:
See TracBrowser
for help on using the repository browser.
