This commit is contained in:
Grégory Soutadé 2021-08-21 20:37:07 +02:00
parent d8f882a277
commit 7f5a4900e0
12 changed files with 13 additions and 14 deletions

View File

@ -48,7 +48,7 @@ namespace gourou
const unsigned char* getDeviceKey();
/**
* @brief Get one value of device.xml (deviceClass, deviceSerial, deviceName, deviceType, jobbes, clientOS, clientLocale)
* @brief Get one value of device.xml (deviceClass, deviceSerial, deviceName, deviceType, hobbes, clientOS, clientLocale)
*/
std::string getProperty(const std::string& property, const std::string& _default=std::string(""));
std::string operator[](const std::string& property);

View File

@ -109,7 +109,6 @@ namespace gourou
CLIENT_ZIP_ERROR,
CLIENT_GENERIC_EXCEPTION,
CLIENT_NETWORK_ERROR,
};
/**