cryptoplugins/cryptospiplugins/test/h4drv/crypto_h4_plugin/randomimpl.h
branchRCL_3
changeset 41 9b5a3a9fddf8
parent 15 da2ae96f639b
--- a/cryptoplugins/cryptospiplugins/test/h4drv/crypto_h4_plugin/randomimpl.h	Tue Jan 26 13:18:49 2010 +0200
+++ b/cryptoplugins/cryptospiplugins/test/h4drv/crypto_h4_plugin/randomimpl.h	Sat Feb 20 00:36:18 2010 +0200
@@ -73,32 +73,6 @@
 		TUid iImplementationUid;
 		RCryptoDriver iCryptoDriver;
 		};
-
-	class RRandomSessionImpl : public RSessionBase
-	/**
-	 * The client interface to the system random number generator. End
-	 * users should use TRandom instead of this interface.
-	 *
-	 * @internalAll
-	 * @released
-	 */
-		{
-	public:
-		RRandomSessionImpl();
-		
-		/**
-		 * Fills the provided buffer with secure random data up to its
-		 * current length, discarding any current content.
-		 *
-		 * @param aDestination The buffer in to which to write the random data 
-		 */
-		TInt GetRandom(TDes8& aDestination);
-		
-		/**
-		 * Opens a new session with the random number server.
-		 */
-		void ConnectL();
-		};
 	}
 
 #endif // __CRYPTOAPI_RANDOMIMPL_H__