From 50febe38b6c0f75076cb19bbd8b4d3fe3aa903b8 Mon Sep 17 00:00:00 2001 From: slioch Date: Tue, 7 Jul 2009 13:02:31 -0700 Subject: fix for bug 4587. Remove output file on orderly shutdown. --- src/lboutput.hh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/lboutput.hh') diff --git a/src/lboutput.hh b/src/lboutput.hh index 29b9a00..f79c024 100644 --- a/src/lboutput.hh +++ b/src/lboutput.hh @@ -18,6 +18,9 @@ public: LBOutput(bool debug, string &output_path) : _debug(debug), _output_path(output_path) {} ~LBOutput() {} + void + shutdown(); + void write(const LBData &lbdata); -- cgit v1.2.3