ScvpState.h

Go to the documentation of this file.
00001 
00010 #ifndef __CPKIFScvpState_H__
00011 #define __CPKIFScvpState_H__
00012 
00013 #include "PKIFdll.h"
00014 #include "CertificatePathState.h"
00020 class CPKIFScvpState :  public CPKIFCertificatePathState
00021 {
00022     friend class CPKIFScvpPathBuild;
00023 public:
00024     virtual ~CPKIFScvpState(void);
00025 
00026 private:
00028     CPKIFScvpState(const CPKIFScvpState& copy);
00030     CPKIFScvpState& operator=(const CPKIFScvpState& rhs);
00031 
00032     CPKIFScvpState(void);
00033 };
00034 
00035 #endif

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