BuilderStatistics.cpp

Go to the documentation of this file.
00001 
00009 #include "BuilderStatistics.h"
00010 #include "ToolkitUtils.h"
00011 #include "components.h"
00012 
00013 using namespace std;
00014 
00023 CPKIFBuilderStatistics::CPKIFBuilderStatistics() 
00024 {
00025     LOG_STRING_DEBUG("CPKIFBuilderStatistics::CPKIFBuilderStatistics()", TOOLKIT_PATH_MISC, 0, this);
00026 
00027     m_nReturnedPaths=0;
00028     m_nTotalPathsDiscovered=0;
00029     m_nPathsRejectedDueToValidationErrors=0;
00030 }
00038 CPKIFBuilderStatistics::~CPKIFBuilderStatistics() 
00039 {
00040     LOG_STRING_DEBUG("CPKIFBuilderStatistics::~CPKIFBuilderStatistics()", TOOLKIT_PATH_MISC, 0, this);
00041 }

Generated on Mon Nov 15 11:15:46 2010 for PublicKeyInfrastructureFramework(PKIF) by  doxygen 1.5.6