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

int Impala::Core::Training::BestFileReferenceDiff ( Util::PropertySet *  set1,
Util::PropertySet *  set2 
)

Definition at line 32 of file BestFile.h.

References BestFileDiff(), ILOG_ERROR, and ILOG_FUNCTION.

Referenced by Impala::Application::Repository::DoDiffBestFile().

00033 {
00034     ILOG_FUNCTION(Impala.Core.Training.BestFileReferenceDiff);
00035     int diff = BestFileDiff(set1, set2);
00036     if (diff > 0)
00037         ILOG_ERROR("Found "<< diff <<" differences");
00038     return diff;
00039 }    

Here is the call graph for this function:


Generated on Thu Jan 13 09:21:08 2011 for ImpalaSrc by  doxygen 1.5.1