00001 00009 // PKIFPATH constants that need to be referenced in .h files should go here 00010 // instead of along with their classes 00011 #ifndef __PATHCONSTANTS_H__ 00012 #define __PATHCONSTANTS_H__ 00013 00014 #include "PKIFdll.h" 00015 00016 enum RevocationStatus 00017 { 00018 REVOKED, 00019 NOT_CHECKED, 00020 NOT_REVOKED, 00021 SERVER_CHECKED //added for SCVP 00022 }; 00023 00024 #endif