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