Skip to content
Snippets Groups Projects
Commit f70d08c9 authored by Valerio Pastore's avatar Valerio Pastore
Browse files

Update Base_Archiver.h

parent d0309fd2
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ public:
virtual int open()=0;
virtual int close()=0;
virtual void setDest(std::string dest) = 0;
virtual void updateDest()=0;
virtual std::string getDest() = 0;
virtual ~BaseArchiver() = default;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment