diff -r 352850cbed81 -r 9f4e37332ce5 vpnengine/ikev1lib/inc/ikev1dialog.h --- a/vpnengine/ikev1lib/inc/ikev1dialog.h Mon Jun 21 16:49:56 2010 +0300 +++ b/vpnengine/ikev1lib/inc/ikev1dialog.h Thu Aug 19 10:54:34 2010 +0300 @@ -28,6 +28,7 @@ class RFs; class MIkeDebug; + /** * IKE dialog complete * @internalComponent @@ -38,13 +39,12 @@ /** * IKE dialog completed * @internalComponent - * */ - virtual TInt DialogCompleteL(CIkev1Dialog* aDialog, TAny* aUserInfo, HBufC8* aUsername, HBufC8* aSecret, HBufC8* aDomain)=0; + virtual TInt DialogCompleteL( + TAny* aUserInfo, HBufC8* aUsername, HBufC8* aSecret) = 0; }; - NONSHARABLE_CLASS(CDialogTimeout) : public CTimer { public: