Global Using Namespace in Header
This commit is contained in:
+2
-1
@@ -6,6 +6,7 @@
|
||||
*/
|
||||
|
||||
#include "../include/reHDD.h"
|
||||
using namespace std;
|
||||
|
||||
/**
|
||||
* \brief delete drive with wipefs
|
||||
@@ -34,7 +35,7 @@ void Delete::deleteDrive(Drive *drive)
|
||||
|
||||
if (drive->bWasShredStarted == false)
|
||||
{
|
||||
//only start delete if the drive was not shredded before
|
||||
// only start delete if the drive was not shredded before
|
||||
FILE *deleteCmdOutput = popen(cpComand, "r");
|
||||
|
||||
while ((getline(&cLine, &len, deleteCmdOutput)) != -1)
|
||||
|
||||
Reference in New Issue
Block a user