equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
|
3 * All rights reserved. |
|
4 * This component and the accompanying materials are made available |
|
5 * under the terms of "Eclipse Public License v1.0" |
|
6 * which accompanies this distribution, and is available |
|
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 * |
|
9 * Initial Contributors: |
|
10 * Nokia Corporation - initial contribution. |
|
11 * |
|
12 * Contributors: |
|
13 * |
|
14 * Description: Silent widget plugin. |
|
15 * |
|
16 */ |
|
17 |
|
18 // User includes |
|
19 #include "silentobserver_p.h" |
|
20 |
|
21 /*! |
|
22 \class SilentObserverPrivate |
|
23 \Silent observer class |
|
24 |
|
25 This class is used to create silent widget observer |
|
26 */ |
|
27 |
|
28 // ======== MEMBER FUNCTIONS ======== |
|
29 |
|
30 /*! |
|
31 NewL |
|
32 */ |
|
33 SilentObserverPrivate *SilentObserverPrivate::NewL(QObject *parent) |
|
34 { |
|
35 } |
|
36 |
|
37 /*! |
|
38 Constructor |
|
39 */ |
|
40 SilentObserverPrivate::SilentObserverPrivate() |
|
41 { |
|
42 } |
|
43 |
|
44 /*! |
|
45 ConstructL |
|
46 */ |
|
47 void SilentObserverPrivate::ConstructL(QObject *parent) |
|
48 { |
|
49 } |
|
50 |
|
51 /*! |
|
52 Destroyer |
|
53 */ |
|
54 SilentObserverPrivate::~SilentObserverPrivate() |
|
55 { |
|
56 } |
|
57 |
|
58 /*! |
|
59 Handle active profile events |
|
60 */ |
|
61 void SilentObserverPrivate::HandleActiveProfileEventL( |
|
62 TProfileEvent /*aProfileEvent*/, |
|
63 TInt /*aProfileId*/ ) |
|
64 { |
|
65 } |