Changeset 177 in pacpusframework for trunk/examples/ProducerConsumerExample/ProducerExample.cpp
- Timestamp:
- Oct 11, 2013, 2:42:31 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/ProducerConsumerExample/ProducerExample.cpp
r176 r177 6 6 #include <Pacpus/kernel/InputOutputInterface.h> 7 7 #include <Pacpus/kernel/Log.h> 8 #include <QColor>9 8 10 9 using namespace pacpus; … … 58 57 LOG_TRACE(Q_FUNC_INFO); 59 58 60 //Q_ASSERT(input);61 62 59 start(); 63 60 setActive(true); … … 82 79 std::fstream file(outputFileName, std::ios_base::out | std::ios_base::app); 83 80 if (!file.is_open()) { 84 LOG_ERROR("file '" << outputFileName << "' cannot be opened");81 LOG_ERROR("file '" << outputFileName << "' cannot be opened"); 85 82 } 86 83
Note:
See TracChangeset
for help on using the changeset viewer.