Altering sla export interface to support explicit project name.

This commit is contained in:
tamasmeszaros 2019-04-04 12:30:11 +02:00
parent 369cdd8b3b
commit 590ae25b13
5 changed files with 19 additions and 30 deletions

View file

@ -81,9 +81,6 @@ public:
/// file is up to minz after the erroneous write.
void finish_entry();
/// Gets the name of the archive without the path or extension.
std::string get_name() const;
void finalize();
};