Commented out Unimplemented methods
Will probably add these methods at a later date once they have been updated to work with this version
This commit is contained in:
parent
0e5870a795
commit
34c8a05752
@ -35,16 +35,16 @@ namespace Client.Helper
|
|||||||
return true;
|
return true;
|
||||||
|
|
||||||
// Method Two - has common card of virtual machine
|
// Method Two - has common card of virtual machine
|
||||||
if (HasVMCard())
|
//if (HasVMCard())
|
||||||
return true;
|
//return true;
|
||||||
|
|
||||||
// Method Three - checks for vm drivers
|
// Method Three - checks for vm drivers
|
||||||
if (HasVBOXDriver())
|
if (HasVBOXDriver())
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
// Method Four - if machine has been on for less than 5 mins
|
// Method Four - if machine has been on for less than 5 mins
|
||||||
if (GetUptime() < TimeSpan.FromMinutes(5))
|
//if (GetUptime() < TimeSpan.FromMinutes(5))
|
||||||
return true;
|
//return true;
|
||||||
|
|
||||||
// Method Five - has VM mac address
|
// Method Five - has VM mac address
|
||||||
if (HasVMMac())
|
if (HasVMMac())
|
||||||
|
Loading…
x
Reference in New Issue
Block a user