diff -r 7e41d162e158 -r abbed5a4b42a networksecurity/ipsec/lib_pfkey/include/lib_pfkey.h --- a/networksecurity/ipsec/lib_pfkey/include/lib_pfkey.h Thu Aug 19 11:25:30 2010 +0300 +++ b/networksecurity/ipsec/lib_pfkey/include/lib_pfkey.h Tue Aug 31 16:45:15 2010 +0300 @@ -177,20 +177,15 @@ class RSADB { public: - /** - * Opens the handle to stack side SADB - * @param aServer - * A socketserver session to use - * @return KErrNone if successful - */ + IMPORT_C TInt Open(RSocketServ& aServer); IMPORT_C void Close(); - // Send Request + IMPORT_C void SendRequest(const TDesC8& aMsg, TRequestStatus& aStatus); IMPORT_C void CancelSend(); - // Separate Read Request + IMPORT_C void ReadRequest(TDes8& aMsg, TRequestStatus& aStatus); IMPORT_C void CancelRecv();