cryptoservices/certificateandkeymgmt/pkcs12/pkcs12safebag.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
   212 
   212 
   213 EXPORT_C const RPointerArray<CDecPkcs12Attribute>& CDecPkcs12SafeBag::BagAttributes() const
   213 EXPORT_C const RPointerArray<CDecPkcs12Attribute>& CDecPkcs12SafeBag::BagAttributes() const
   214 	{
   214 	{
   215 	return iBagAttributes;
   215 	return iBagAttributes;
   216 	}
   216 	}
       
   217