equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
80 void GetAsyncSecureNextPinDialogL(TAny *aUserInfo, MIkeDialogComplete* aCallback); |
80 void GetAsyncSecureNextPinDialogL(TAny *aUserInfo, MIkeDialogComplete* aCallback); |
81 void GetAsyncRespDialog(TPtr8 aChallenge, TAny *aUserInfo, MIkeDialogComplete* aCallback); |
81 void GetAsyncRespDialog(TPtr8 aChallenge, TAny *aUserInfo, MIkeDialogComplete* aCallback); |
82 void ShowErrorDialogL(TInt aDialogType, TAny *aUserInfo, MIkeDialogComplete* aCallback); |
82 void ShowErrorDialogL(TInt aDialogType, TAny *aUserInfo, MIkeDialogComplete* aCallback); |
83 void StoreUserNameL(TPtr8 aUserName); |
83 void StoreUserNameL(TPtr8 aUserName); |
84 void StartDialogL(); |
84 void StartDialogL(); |
85 TInt GetSyncUNPWCacheDialog(TDes& aUserName, TDes& aPassword); |
|
86 |
85 |
87 static TInt GetSyncUNPWDialog(TDes& aUserName, TDes& aPassword); |
86 static TInt GetSyncUNPWDialog(TDes& aUserName, TDes& aPassword); |
88 static void PurgeDialogQueue(CIkev1Dialog* aQueuedDialog); |
87 static void PurgeDialogQueue(CIkev1Dialog* aQueuedDialog); |
89 |
88 |
90 inline CIkev1PluginSession* PluginSession() { return iPluginSession;} |
89 inline CIkev1PluginSession* PluginSession() { return iPluginSession;} |