PKIFNSSHelper.h

Go to the documentation of this file.
00001 
00010 #if !defined(__PKIFNSSHELPER_H__)
00011 #define __PKIFNSSHELPER_H__
00012 
00013 #include "PKIFdll.h"
00019 class CAC_API CPKIFNSSHelper {
00020 public:
00021     ~CPKIFNSSHelper(void);
00022     static bool NSSAvaliable(void);
00023     static void ShutdownHelper(void);
00024 
00025 private:
00026     CPKIFNSSHelper(void);
00034     CPKIFNSSHelper(CPKIFNSSHelper & rhs) {}
00035     static CPKIFNSSHelper * m_instance;
00036     bool m_tested;
00037     bool m_available;
00038 };
00039 
00040 
00041 
00042 
00043 #endif 

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