00001 00009 #ifndef __CERTIFICATEPATHSTATE_H__ 00010 #define __CERTIFICATEPATHSTATE_H__ 00011 00012 #include "PKIFdll.h" 00013 00014 00021 class CAC_API CPKIFCertificatePathState 00022 { 00023 public: 00024 CPKIFCertificatePathState(); 00025 virtual ~CPKIFCertificatePathState(); 00026 00027 private: 00029 CPKIFCertificatePathState(const CPKIFCertificatePathState& copy); 00031 CPKIFCertificatePathState& operator=(const CPKIFCertificatePathState& rhs); //added 4/6/2004 00032 }; 00033 DECLARE_SMART_POINTERS(CPKIFCertificatePathState); 00034 00035 #endif