equal
deleted
inserted
replaced
106 { |
106 { |
107 } |
107 } |
108 |
108 |
109 EXPORT_C void RRandomSession::ConnectL(void) |
109 EXPORT_C void RRandomSession::ConnectL(void) |
110 { |
110 { |
111 // All of the ConnectL() code has moved to randomimpl.cpp |
111 // No action required |
112 // in the new CryptoSPI pluggable framework. This is just |
|
113 // a stub now that is retained for binary compatibility. |
|
114 |
|
115 // Method replaced by shim |
|
116 ASSERT(EFalse); |
|
117 } |
112 } |
118 |
113 |
119 EXPORT_C TInt RRandomSession::GetRandom(TDes8& aDestination) |
114 EXPORT_C TInt RRandomSession::GetRandom(TDes8& aDestination) |
120 { |
115 { |
121 // Method replaced by shim |
116 // Method replaced by shim |