crypto/weakcryptospi/inc/spi/cryptoplugin.h
changeset 30 cf642210ecb7
parent 8 35751d3474b7
--- a/crypto/weakcryptospi/inc/spi/cryptoplugin.h	Tue Nov 24 09:06:03 2009 +0200
+++ b/crypto/weakcryptospi/inc/spi/cryptoplugin.h	Thu Dec 17 09:28:34 2009 +0200
@@ -49,6 +49,8 @@
 		/**
 		Retrieves the plugin's common characteristics
 		@param aPluginCharacteristics	The plugin characteristics value retrieved
+		@leave ...		Any of the crypto error codes defined in 
+  						cryptospi_errs.h or any of the system-wide error codes.
 		*/
 		virtual void GetCharacteristicsL(const TCharacteristics*& aPluginCharacteristics) = 0;
 		
@@ -56,6 +58,8 @@
 		Retrieves the plugin's extended characteristics
 		@return The extended plugin characteristics, on the heap.
 		This should be deleted by the caller when finished with.
+		@leave ...		Any of the crypto error codes defined in 
+  						cryptospi_errs.h or any of the system-wide error codes.
 		*/	
 		virtual const CExtendedCharacteristics* GetExtendedCharacteristicsL() = 0;