[thin_restore] Add a progress monitor
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
#define XML_FORMAT_H
|
||||
|
||||
#include "emitter.h"
|
||||
#include "base/progress_monitor.h"
|
||||
|
||||
#include <iosfwd>
|
||||
|
||||
@@ -27,7 +28,8 @@
|
||||
|
||||
namespace thin_provisioning {
|
||||
emitter::ptr create_xml_emitter(std::ostream &out);
|
||||
void parse_xml(std::istream &in, emitter::ptr e);
|
||||
void parse_xml(std::istream &in, emitter::ptr e,
|
||||
size_t input_length, base::progress_monitor::ptr p);
|
||||
}
|
||||
|
||||
//----------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user