fixed bug with filtering new attached drives
This commit is contained in:
@ -23,6 +23,7 @@ public:
|
||||
|
||||
bool bWasShredded = false;
|
||||
bool bWasDeleteted = false;
|
||||
bool bIsOffline = false;
|
||||
|
||||
private:
|
||||
string sPath;
|
||||
@ -36,6 +37,7 @@ private:
|
||||
|
||||
double d32TaskPercentage = 0U; //in percent for Shred (1 to 100)
|
||||
|
||||
|
||||
protected:
|
||||
|
||||
public:
|
||||
|
@ -74,8 +74,6 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
//static Logger* logging;
|
||||
|
||||
static void searchDrives(vector <Drive>* pvecDrives);
|
||||
static void printDrives(vector <Drive>* pvecDrives);
|
||||
static void filterIgnoredDrives(vector <Drive>* pvecDrives);
|
||||
|
Reference in New Issue
Block a user