Skip to content
Snippets Groups Projects

SCRUM#145 - Remove c++11 flag and not make web service request with cpr lib

Merged SCRUM#145 - Remove c++11 flag and not make web service request with cpr lib
Merged Lais Frigério requested to merge issue/150 into development
8 files
+ 94
105
Compare changes
  • Side-by-side
  • Inline
Files
8
@@ -26,11 +26,11 @@ class Connection{
long httpCode = 0; /*!< Code return from webSerice (200, 404, 502 and so on) */
public:
bool downloadAgent (std::string, Agent*, int);
bool getVersionByProxy(Agent*, std::string*, std::string);
int getInstallerNameByProxy(std::string, Agent*, std::string*);
void setCurlOption(std::string, Agent*, std::string*);
int sendJsonByProxy(Agent*, std::string, int);
bool downloadAgent (std::string, Agent*, bool);
bool getVersion(Agent*, std::string*, std::string, bool);
int getInstallerName(std::string, Agent*, std::string*, bool);
void setCurlOption(std::string, Agent*, std::string*, bool);
int sendJson(Agent*, std::string, int, bool);
/** Default callback function that is necessary to make a curl request.
* @brief get agent binary (agent.run or agent.exe)
Loading