40 #ifndef __OPENFLUID_UTILS_FILEDOWNLOADER_HPP__    41 #define __OPENFLUID_UTILS_FILEDOWNLOADER_HPP__    70     static bool downloadToString(
const std::string& URL, std::string& Contents);
    77     static bool downloadToFile(
const std::string& URL, 
const std::string& FilePath);
 Definition: FileDownloader.hpp:58
Definition: ApplicationException.hpp:47
#define OPENFLUID_API
Definition: dllexport.hpp:86