Home || Visual Search || Applications || Architecture || 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 Thu Jan 13 09:13:57 2011 for ImpalaSrc by  doxygen 1.5.1