SLProject
4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
HttpDownloader.h
Go to the documentation of this file.
1
#ifndef HTTPDOWNLOADER
2
#define HTTPDOWNLOADER
3
#include <string>
4
class
HttpDownloader
5
{
6
public
:
7
HttpDownloader
(){};
8
virtual
void
download
(std::string url, std::string dst){};
9
};
10
11
#endif
HttpDownloader
Definition:
HttpDownloader.h:5
HttpDownloader::HttpDownloader
HttpDownloader()
Definition:
HttpDownloader.h:7
HttpDownloader::download
virtual void download(std::string url, std::string dst)
Definition:
HttpDownloader.h:8
modules
utils
source
HttpDownloader.h
Generated by
1.9.1