source: pacpusframework/branches/2.0-beta1/src/PacpusLib/InputOutputBase.cpp@ 148

Last change on this file since 148 was 148, checked in by Marek Kurdej, 11 years ago

Corrections in PacpusEvent, InputOutputBase, InputOutputInterface.
Fixed: DLL import/export in geodesie.h.

  • Property svn:executable set to *
File size: 302 bytes
Line 
1#include <Pacpus/kernel/ComponentBase.h>
2#include <Pacpus/kernel/InputOutputInterface.h>
3#include <Pacpus/kernel/Log.h>
4
5using namespace pacpus;
6
7DECLARE_STATIC_LOGGER("pacpus.core.InputOutputInterface");
8
9QString AbstractInterface::getSignature()
10{
11 return component()->getName() + '.' + name();
12}
Note: See TracBrowser for help on using the repository browser.