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

bool Impala::Core::Database::DataDocument::SameDir ( int  fileId1,
int  fileId2 
) [inline, protected]

Definition at line 491 of file DataDocument.h.

References Impala::Core::Database::RawDataSet::GetDirIdOfFile(), and mDataSet.

Referenced by GetFileMove(), and TryFileMove().

00492     {
00493         return (mDataSet->GetDirIdOfFile(fileId1) ==
00494                 mDataSet->GetDirIdOfFile(fileId2));
00495     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:18:55 2011 for ImpalaSrc by  doxygen 1.5.1