Home || Visual Search || Applications || Architecture || Important Messages || OGL || Src

std::string Impala::Application::MediaTable::RemoteRetriever::RetrieveFile ( std::string  url,
bool  fromCache = true,
bool  toCache = true,
std::string  filename = "" 
) [inline]

Definition at line 74 of file RemoteRetriever.h.

References mUseCache.

Referenced by Impala::Application::MediaTable::TableDataSourceFlickrPhotoList::loadXML().

00074                                                                                                                {
00075                 if(filename == "" || !mUseCache) fromCache = toCache = false;
00076         RemoteFileRetriever retriever = RemoteFileRetriever(url, fromCache, toCache, filename);
00077         retriever();
00078         return filename;
00079     }


Generated on Thu Jan 13 09:15:24 2011 for ImpalaSrc by  doxygen 1.5.1