added user input via keys
This commit is contained in:
@ -40,7 +40,6 @@ template <typename T, typename I> T* iterator_to_pointer(I i)
|
||||
}
|
||||
|
||||
|
||||
|
||||
class reHDD
|
||||
{
|
||||
protected:
|
||||
@ -58,6 +57,7 @@ private:
|
||||
static void filterIgnoredDrives(vector <Drive>* pvecDrives);
|
||||
static void addSMARTData(vector <Drive>* pvecDrives);
|
||||
static void ThreadScannDevices();
|
||||
static void ThreadUserInput();
|
||||
|
||||
void filterNewDrives(vector <Drive>* pvecOldDrives, vector <Drive>* pvecNewDrives);
|
||||
|
||||
|
Reference in New Issue
Block a user