Another attempt in adding the flush

This commit is contained in:
maartenkeijzer 2000-10-27 09:13:06 +00:00
commit 08abf46576

View file

@ -30,7 +30,7 @@ eoMonitor& eoStdoutMonitor::operator()(void)
cout << (*it)->longName() << ": " << (*it)->getValue() << '\n';
}
cout << "\n****** End of Generation ******\n\n";
cout << "\n****** End of Generation ******\n" << endl; // endl: flush
return *this;
}