Mercurial > hg > svcore
comparison transform/FileFeatureWriter.cpp @ 579:e0a1ff10cc7b
* remove debug
author | Chris Cannam |
---|---|
date | Fri, 20 Mar 2009 17:32:16 +0000 |
parents | 38b1ddf18d4b |
children | 7065e921f122 |
comparison
equal
deleted
inserted
replaced
578:b3a87e81c761 | 579:e0a1ff10cc7b |
---|---|
287 | 287 |
288 | 288 |
289 void | 289 void |
290 FileFeatureWriter::finish() | 290 FileFeatureWriter::finish() |
291 { | 291 { |
292 cerr << "FileFeatureWriter::finish()" << endl; | 292 // cerr << "FileFeatureWriter::finish()" << endl; |
293 | 293 |
294 if (m_singleFileName != "" || m_stdout) return; | 294 if (m_singleFileName != "" || m_stdout) return; |
295 | 295 |
296 while (!m_streams.empty()) { | 296 while (!m_streams.empty()) { |
297 m_streams.begin()->second->flush(); | 297 m_streams.begin()->second->flush(); |