SubtreeMatch.h

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

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