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

void Impala::File::Close (  )  [inline]

Definition at line 55 of file File.h.

References mFp.

Referenced by Impala::Application::WindowTrecSearch::SaveFinalResult(), and ~File().

00056     {
00057         if (mFp)
00058         {
00059             fclose(mFp);
00060             mFp = 0;
00061         }
00062     }


Generated on Fri Mar 19 10:35:42 2010 for ImpalaSrc by  doxygen 1.5.1