Home || Architecture || Video Search || Visual Search || Scripts || Applications || 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 Fri Mar 19 10:44:32 2010 for ImpalaSrc by  doxygen 1.5.1