ExtensionsMatch.h

Go to the documentation of this file.
00001 
00010 #ifndef __ExtensionsMatch_H__
00011 #define __ExtensionsMatch_H__
00012 
00013 #include "PKIFdll.h"
00014 
00015 FD_SMART_PTR(CPKIFX509Extension);
00016 
00023 class CAC_API ExtensionsMatch
00024 {
00025 public:
00026     ExtensionsMatch();
00027     ~ExtensionsMatch();
00028     bool operator()(const CPKIFX509ExtensionPtr& lhs);
00029     void SetRHS(CPKIFX509ExtensionPtr& rhs);
00030 private:
00031     CPKIFX509ExtensionPtr m_rhs;
00032 };
00033 
00034 #endif

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