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

virtual void Impala::Core::ImageSet::MakeDirQuidLookup::HandleDoneWalk ( ImageSet is  )  [inline, virtual]

End of a "normal" walk.

Reimplemented from Impala::Core::ImageSet::Listener.

Definition at line 64 of file MakeDirQuidLookup.h.

References mTable, and Impala::Util::Write().

00065     {
00066         String filename = is->GetDatabase()->GetFilePath(".","dirquidlookup.tab", true, false);
00067         Write(mTable, filename, is->GetDatabase(), true);
00068         delete mTable;
00069     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:20:05 2011 for ImpalaSrc by  doxygen 1.5.1