Poprawione flagowanie metody pakowania
This commit is contained in:
parent
66e776ee87
commit
31f08e52d0
10 changed files with 287 additions and 200 deletions
|
|
@ -34,7 +34,6 @@
|
|||
#include <nlohmann/json.hpp>
|
||||
|
||||
#include "DataStruct.h"
|
||||
#include "Txtpp.h"
|
||||
#include "CompressingManager.h"
|
||||
#include "EncryptionManager.h"
|
||||
|
||||
|
|
@ -118,7 +117,7 @@ private:
|
|||
void GetFilters(const std::string&);
|
||||
|
||||
// Sprawdza czy plik znajduje siê na liœcie
|
||||
uint8_t CheckFileOnTheList(const std::string&, std::vector<char>&, std::vector<char>&);
|
||||
void computingBytes(const int8_t&, std::vector<char>&, std::vector<char>&);
|
||||
|
||||
// Kasowanie z listy plików ignorow
|
||||
bool CheckIgnorePath(const std::string&);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue