equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2002-2008 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2002-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". |
72 |
72 |
73 // ---------------------------- |
73 // ---------------------------- |
74 // Soft note notifier. |
74 // Soft note notifier. |
75 // ---------------------------- |
75 // ---------------------------- |
76 CAknSoftNotificationSubject* softNotificationSubject = CAknSoftNotificationSubject::NewL( |
76 CAknSoftNotificationSubject* softNotificationSubject = CAknSoftNotificationSubject::NewL( |
77 keyLockNotifier, |
77 globalNoteSubject ); |
78 globalNoteSubject); |
|
79 |
78 |
80 CleanupStack::PushL(softNotificationSubject); |
79 CleanupStack::PushL(softNotificationSubject); |
81 subjects->AppendL(softNotificationSubject); |
80 subjects->AppendL(softNotificationSubject); |
82 CleanupStack::Pop(softNotificationSubject); |
81 CleanupStack::Pop(softNotificationSubject); |
83 |
82 |