|
|
@ -10,12 +10,10 @@ using namespace std; |
|
|
|
class Tagmanifest : public Manifest { |
|
|
|
private: |
|
|
|
bool exist_manifest_files; |
|
|
|
string basedir; |
|
|
|
map<checksum_algorithms,string> manifest_algorithm_files; |
|
|
|
public: |
|
|
|
Tagmanifest( string basedir ); |
|
|
|
bool has_tagmanifest(); |
|
|
|
map<string,string> get_checksum_file_pairs(checksum_algorithms algorithm); |
|
|
|
multimap<checksum_string_t,filename_t> get_checksum_file_pairs(checksum_algorithms algorithm); |
|
|
|
}; |
|
|
|
|
|
|
|
#endif
|
|
|
|