equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2008-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". |
13 * |
13 * |
14 * Description: |
14 * Description: |
15 * Name : strtsecuritynotecontroller.h |
15 * Name : strtsecuritynotecontroller.h |
16 * Part of : System Startup / StrtSecObs |
16 * Part of : System Startup / StrtSecObs |
17 * Declaration of CStrtSecurityNoteController class |
17 * Declaration of CStrtSecurityNoteController class |
18 * Version : %version: 1 % << Don't touch! Updated by Synergy at check-out. |
18 * Version : %version: 2 % << Don't touch! Updated by Synergy at check-out. |
19 * This material, including documentation and any related computer |
19 * This material, including documentation and any related computer |
20 * programs, is protected by copyright controlled by Nokia. All |
20 * programs, is protected by copyright controlled by Nokia. All |
21 * rights are reserved. Copying, including reproducing, storing, |
21 * rights are reserved. Copying, including reproducing, storing, |
22 * adapting or translating, any or all of this material requires the |
22 * adapting or translating, any or all of this material requires the |
23 * prior written consent of Nokia. This material also contains |
23 * prior written consent of Nokia. This material also contains |
40 |
40 |
41 /* |
41 /* |
42 * @publishedPartner |
42 * @publishedPartner |
43 * @released |
43 * @released |
44 */ |
44 */ |
|
45 |
45 |
46 |
46 class CSsmSecurityCheckNotifier; |
47 class CSsmSecurityCheckNotifier; |
47 class CStrtSecNoteRequestQueue; |
48 class CStrtSecNoteRequestQueue; |
48 |
49 |
49 /** |
50 /** |
96 virtual void DoCancel(); |
97 virtual void DoCancel(); |
97 |
98 |
98 /** |
99 /** |
99 * From CActive. |
100 * From CActive. |
100 * Handles an active object's request completion event. |
101 * Handles an active object's request completion event. |
101 * Never leaves. |
|
102 */ |
102 */ |
103 virtual void RunL(); |
103 virtual void RunL(); |
|
104 |
|
105 /** |
|
106 * From CActive. |
|
107 * Handles any leaves originating from the active object's RunL(). |
|
108 */ |
|
109 |
|
110 virtual TInt RunError(TInt aError); |
104 |
111 |
105 private: |
112 private: |
106 |
113 |
107 /** |
114 /** |
108 * C++ default constructor. |
115 * C++ default constructor. |