Last change
on this file since 142 was 137, checked in by Marek Kurdej, 11 years ago |
Renamed: caps fixes.
|
-
Property svn:executable
set to
*
|
File size:
300 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 | }
|
---|
13 |
|
---|
14 |
|
---|
15 |
|
---|
16 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.