CompleteSearch.h

Go to the documentation of this file.
00001 
00009 #ifndef __COMPLETESEARCH_H__
00010 #define __COMPLETESEARCH_H__
00011 
00012 #if _MSC_VER > 1000
00013 #pragma once
00014 #endif // _MSC_VER > 1000
00015 #include "PKIFCacheInterfaces.h"
00016 
00024 class CAC_API CPKIFCompleteSearch : public IPKIFSearchCriteria
00025 {
00026 public:
00027     CPKIFCompleteSearch();
00028     ~CPKIFCompleteSearch();
00029 
00030     //IPKIFSearchCriteria functions
00031     SearchType GetSearchType() const;
00032 
00033 private:
00035     CPKIFCompleteSearch(const CPKIFCompleteSearch& copy);
00037     CPKIFCompleteSearch& operator=(const CPKIFCompleteSearch& rhs); //added 4/6/2004
00038 
00039     struct CPKIFCompleteSearchImpl *m_impl;
00040 };
00041 DECLARE_SMART_POINTERS(CPKIFCompleteSearch);
00042 
00043 #endif
00044 

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