Ejemplo n.º 1
0
	void StartDownloading() {
		_state = CACHE_ENTRY_STATE_DOWNLOADING;
		_downloader->DownloadImage(this);
	}