#include "Connection.h"
#include "String.h"
#include "util.h"
Namespaces | |
namespace | MAUtil |
Classes | |
class | MAUtil::DownloadListener |
A listener for events from the Downloader class. More... | |
class | MAUtil::Downloader |
The Downloader class. Use it to simplify asynchronous downloading of files to binary resources. More... | |
class | MAUtil::ImageDownloader |
The ImageDownloader class. Use it to simplify asynchronous downloading of images to image resources. More... | |
class | MAUtil::AudioDownloader |
The AudioDownloader class. Use it to simplify asynchronous downloading of audio to audio resources. More... | |
Defines | |
#define | CONNERR_DOWNLOADER_OOM (CONNERR_USER - 1) |
The system has run out of memory. | |
#define | CONNERR_DOWNLOADER_USER (CONNERR_USER * 2) |
|
The system has run out of memory.
|
|
Use values below this for your own error codes when you inherit the Downloader class.
|