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

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

End of a "normal" walk.

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

Definition at line 61 of file MakeQuidLookup.h.

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

00062     {
00063         typedef Persistency::RepositoryInFileSystem FS;
00064         typedef Persistency::File File;
00065         File file = FS::GetInstance().GetFile(is->GetLocator(), "",
00066                                               "quidlookup.tab", true, false);
00067         Write(mTable, file);
00068         delete mTable;
00069     }

Here is the call graph for this function:


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