00001 00009 #ifndef __IPKIFHASHCONTEXT_H__ 00010 #define __IPKIFHASHCONTEXT_H__ 00011 00012 #include "PKIFdll.h" 00013 00022 class CAC_API CAC_NO_VTABLE IPKIFHashContext 00023 { 00024 public: 00025 IPKIFHashContext(); //added 8/21/2004 00026 virtual ~IPKIFHashContext(); 00027 private: 00028 //added 8/21/2004 00030 IPKIFHashContext(const IPKIFHashContext& copy); 00032 IPKIFHashContext& operator=(const IPKIFHashContext& rhs); 00033 }; 00034 DECLARE_SMART_POINTERS(IPKIFHashContext); 00035 00036 #endif //__IPKIFHASHCONTEXT_H__