IPKIFPKIRepositoryFull.h

Go to the documentation of this file.
00001 
00009 #ifndef __IPKIFPKIREPOSITORYFULL_H__
00010 #define __IPKIFPKIREPOSITORYFULL_H__
00011 
00012 #include "PKIFdll.h"
00013 #include "IPKIFCertRepository.h"
00014 #include "IPKIFCRLRepository.h"
00015 #include "IPKIFCertRepositoryUpdate.h"
00016 #include "IPKIFCRLRepositoryUpdate.h"
00017 
00024 class CAC_API CAC_NO_VTABLE IPKIFPKIRepositoryFull : public IPKIFCertRepository, public IPKIFCRLRepository,
00025                         public IPKIFCertRepositoryUpdate, public IPKIFCRLRepositoryUpdate
00026 {
00027 public:
00028     IPKIFPKIRepositoryFull(); //added 8/21/2004
00029 private:
00030     //added 8/21/2004
00032     IPKIFPKIRepositoryFull(const IPKIFPKIRepositoryFull& copy);
00034     IPKIFPKIRepositoryFull& operator=(const IPKIFPKIRepositoryFull& rhs); 
00035 };
00036 
00037 
00038 
00039 #endif
00040 

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