AttrMatch.cpp

Go to the documentation of this file.
00001 
00010 #include "AttrMatch.h"
00011 #include "Attribute.h"
00012 #include "OID.h"
00013 
00021 bool AttrMatch::operator()(
00023         const CPKIFAttributePtr& lhs)
00024     {
00025         return *lhs->GetOID() == *m_rhs;
00026     }
00034 void AttrMatch::SetRHS(
00036                        CPKIFOIDPtr& rhs) 
00037 {
00038     m_rhs = rhs;
00039 }

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