diff -r 29c8f9bc68e1 -r 5960d2d03390 vpnengine/ikev1lib/inc/ikev1negotiation.h --- a/vpnengine/ikev1lib/inc/ikev1negotiation.h Wed Sep 15 13:20:54 2010 +0300 +++ b/vpnengine/ikev1lib/inc/ikev1negotiation.h Wed Oct 13 15:42:16 2010 +0300 @@ -155,7 +155,6 @@ inline TUint32 SAId() {return iSAId;} TIkev1IsakmpStream* SaveIkeMsgBfr(TIkev1IsakmpStream* aMsg); void AuthDialogCompletedL(CAuthDialogInfo *aUserInfo); - void ErrDialogCompletedL(); TInt32 RandomMessageId(); void SendDeleteL(TUint8 aProtocol, TUint32 aIpsecSPI = 0); //Send a Delete payload for the negotiation void SendKeepAliveMsgL(TIkev1SAData* aSa); @@ -178,9 +177,10 @@ TInt aStatus, TUint32 aSpi); - TInt ProcessUserResponseL(CAuthDialogInfo *aUserInfo); - TInt DialogCompleteL(TAny* aUserInfo, HBufC8* aUsername, HBufC8* aSecret); + TInt ProcessUserResponseL(CAuthDialogInfo *aUserInfo); + TInt DialogCompleteL(CIkev1Dialog* /*aDialog*/, TAny* aUserInfo, HBufC8* aUsername, HBufC8* aSecret, HBufC8* aDomain); + private: CIkev1Negotiation( CIkev1PluginSession* aPluginSession,