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

Impala::Application::MediaTable::RemoteRetriever::RemoteRetriever ( std::string  cachePrefix = "Cache/"  )  [inline, private]

Definition at line 165 of file RemoteRetriever.h.

References ILOG_DEBUG, mCachePrefix, and mUseCache.

Referenced by Impala::Application::TagsLife::RemoteRetriever::GetInstance(), and GetInstance().

00165                                                                         : private
00166         {
00167 
00168 #ifdef USE_CURL
00169                 if (!sCurlInit) {
00170                         ILOG_DEBUG("Initializing CURL...");
00171                         // Only does something on Windows
00172                         curl_global_init(CURL_GLOBAL_WIN32);
00173                         sCurlInit = true;
00174                 }
00175 #endif
00176 
00177                 mCachePrefix = cachePrefix;
00178                 //if(FileExists(mCachePrefix))
00179                 mUseCache = true;
00180                 //else
00181                 //      ILOG_WARN("Cache folder does not exists, continuing without cache");
00182         }


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