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

virtual void Impala::Core::VideoSet::MakeQuidLookup::HandleDoneWalk ( VideoSet vs  )  [inline, virtual]

End of a "normal" walk.

Reimplemented from Impala::Core::VideoSet::Listener.

Definition at line 96 of file MakeQuidLookup.h.

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

00097     {
00098         typedef Persistency::RepositoryInFileSystem FS;
00099         typedef Persistency::File File;
00100         File file = FS::GetInstance().GetFile(vs->GetLocator(), "",
00101                                               "quidlookup.tab", true, false);
00102         Write(mTable, file);
00103         delete mTable;
00104     }

Here is the call graph for this function:


Generated on Thu Jan 13 09:22:03 2011 for ImpalaSrc by  doxygen 1.5.1