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

void Impala::Core::Database::RawDataSet::AddFile ( String  path,
int  id 
) [inline]

Definition at line 783 of file RawDataSet.h.

References AddFile(), and ExtractFileSectionDir().

00784     {
00785         String section(".");
00786         String dir(".");
00787         String file("");
00788         ExtractFileSectionDir(path, file, section, dir);
00789         AddFile(file, section, dir, id);
00790     }

Here is the call graph for this function:


Generated on Fri Mar 19 11:07:56 2010 for ImpalaSrc by  doxygen 1.5.1