cryptoservices/certificateandkeymgmt/recog/CertRecog.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
   369 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(TInt& aTableCount)
   369 EXPORT_C const TImplementationProxy* ImplementationGroupProxy(TInt& aTableCount)
   370 	{
   370 	{
   371 	aTableCount = sizeof(ImplementationTable) / sizeof(TImplementationProxy);
   371 	aTableCount = sizeof(ImplementationTable) / sizeof(TImplementationProxy);
   372 	return ImplementationTable;
   372 	return ImplementationTable;
   373 	}	
   373 	}	
       
   374