CompleteSearch.cpp

Go to the documentation of this file.
00001 
00009 #include "CompleteSearch.h"
00010 #include "ToolkitUtils.h"
00011 #include "components.h"
00012 
00014 struct CPKIFCompleteSearchImpl
00015 {
00016 };
00018 
00026 CPKIFCompleteSearch::CPKIFCompleteSearch()
00027     :m_impl (new CPKIFCompleteSearchImpl)
00028 {
00029     LOG_STRING_DEBUG("CPKIFCompleteSearch::CPKIFCompleteSearch()", TOOLKIT_SR_MISC, 0, this);
00030 }
00038 CPKIFCompleteSearch::~CPKIFCompleteSearch()
00039 {
00040     LOG_STRING_DEBUG("CPKIFCompleteSearch::~CPKIFCompleteSearch()", TOOLKIT_SR_MISC, 0, this);
00041 
00042     delete m_impl;
00043     m_impl = NULL;
00044 }
00045 
00046 //IPKIFSearchCriteria functions
00054 SearchType CPKIFCompleteSearch::GetSearchType() const
00055 {
00056     return ALLCERTS;
00057 }
00058 

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