예제 #1
0
	virtual bool OnDownloadComplete(DownloadCompleteStruct *dcs)
	{
		downloadComplete=true;
		if (onFileCallback->OnDownloadComplete(dcs)==false)
		{
			canDeleteUser=true;
		}
		return true;
	};
예제 #2
0
	virtual bool OnDownloadComplete(DownloadCompleteStruct *dcs)
	{
		return onFileCallback->OnDownloadComplete(dcs);
	}