CertificateNodeListWithSourceInfo.h

Go to the documentation of this file.
00001 
00009 #ifndef __CertificateNodeListWithSourceInfo_H__
00010 #define __CertificateNodeListWithSourceInfo_H__
00011 
00012 #include "PKIFdll.h"
00013 #include "PKIFEnums.h"
00014 #include <vector>
00015 FD_SMART_PTR(CPKIFCertificateNodeEntry);
00016 
00023 class CPKIFCertificateNodeListWithSourceInfo : public std::vector<CPKIFCertificateNodeEntryPtr, PKIFAlloc<CPKIFCertificateNodeEntryPtr> >
00024 {
00025 public:
00026     CPKIFCertificateNodeListWithSourceInfo();
00027     PKIInfoSource m_maxSource;
00028 
00029 private:
00031     CPKIFCertificateNodeListWithSourceInfo(const CPKIFCertificateNodeListWithSourceInfo& copy);
00033     CPKIFCertificateNodeListWithSourceInfo& operator=(const CPKIFCertificateNodeListWithSourceInfo& rhs); //added 4/6/2004
00034 };
00035 DECLARE_SMART_POINTERS(CPKIFCertificateNodeListWithSourceInfo);
00036 
00037 #endif

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