cryptoservices/certificateandkeymgmt/asn1/genericdec.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
   143 EXPORT_C TASN1Class TASN1DecGeneric::Class() const
   143 EXPORT_C TASN1Class TASN1DecGeneric::Class() const
   144 // we can inline this
   144 // we can inline this
   145 	{
   145 	{
   146 	return iClass;
   146 	return iClass;
   147 	}
   147 	}
       
   148