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

bool Impala::Application::MediaTable::RemoteRetriever::RemoteFileRetriever::FileExists ( std::string  strFilename  )  [inline]

Definition at line 144 of file RemoteRetriever.h.

Referenced by operator()().

00144                                                        {
00145                         struct stat stFileInfo;
00146                         int intStat = stat(strFilename.c_str(),&stFileInfo);
00147                         if(intStat == 0) return true;
00148                         return false;
00149                 }


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