Changeset 137 in pacpusframework for branches/2.0-beta1/src/PacpusLib/InputOutputBase.cpp
- Timestamp:
- Jul 30, 2013, 3:23:10 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.0-beta1/src/PacpusLib/InputOutputBase.cpp
r136 r137 1 1 #include <Pacpus/kernel/ComponentBase.h> 2 #include <Pacpus/kernel/ inputOutputInterface.h>2 #include <Pacpus/kernel/InputOutputInterface.h> 3 3 #include <Pacpus/kernel/Log.h> 4 4 5 5 using namespace pacpus; 6 6 7 DECLARE_STATIC_LOGGER("pacpus.core. inputOutputInterface");7 DECLARE_STATIC_LOGGER("pacpus.core.InputOutputInterface"); 8 8 9 9 QString AbstractInterface::getSignature()
Note:
See TracChangeset
for help on using the changeset viewer.