logic: commandline indexing and configuration

This commit is contained in:
Andreas Stallinger
2017-08-09 12:33:43 +02:00
parent 2399e733b4
commit 802153883e
53 changed files with 1384 additions and 298 deletions
+3
View File
@@ -7,6 +7,8 @@
#include "utility/OsType.h"
class License;
namespace utility
{
std::string executeProcess(const std::string& command, const std::string& workingDirectory = "", int timeout = 30000);
@@ -17,6 +19,7 @@ namespace utility
int getIdealThreadCount();
OsType getOsType();
bool saveLicense(License* license);
}
#endif // UTILITY_APP_H