Changeset 301 in pacpusframework for trunk/examples/ProducerConsumerExample/ProducerExample.cpp
- Timestamp:
- Apr 8, 2014, 10:03:01 AM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 1 build 2 CMakeLists.txt.user*
-
- Property svn:ignore
-
trunk/examples/ProducerConsumerExample/ProducerExample.cpp
r293 r301 60 60 using boost::ref; 61 61 62 std::fstream mFile(mOutputFileName , std::ios_base::out | std::ios_base::app);62 std::fstream mFile(mOutputFileName.c_str(), std::ios_base::out | std::ios_base::app); 63 63 if (!mFile.is_open()) { 64 64 LOG_ERROR("file '" << mOutputFileName << "' cannot be opened");
Note:
See TracChangeset
for help on using the changeset viewer.