cryptoservices/certificateandkeymgmt/swicertstore/CSWICertStore.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
   181 
   181 
   182 EXPORT_C const TCertMetaInfo& CSWICertStore::CertMetaInfoL(const CCTCertInfo& aCertInfo)
   182 EXPORT_C const TCertMetaInfo& CSWICertStore::CertMetaInfoL(const CCTCertInfo& aCertInfo)
   183 	{
   183 	{
   184 	return iImpl->CertMetaInfoL(aCertInfo.Handle());
   184 	return iImpl->CertMetaInfoL(aCertInfo.Handle());
   185 	}
   185 	}
       
   186 
       
   187