author | hgs |
Tue, 10 Aug 2010 13:19:41 +0300 | |
changeset 38 | bc103bfb69cf |
parent 35 | 6aefa3341fcc |
child 42 | 35488577e233 |
permissions | -rw-r--r-- |
12
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
1 |
/* |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
2 |
* Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies). |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
3 |
* All rights reserved. |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
4 |
* This component and the accompanying materials are made available |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
5 |
* under the terms of "Eclipse Public License v1.0" |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
6 |
* which accompanies this distribution, and is available |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
8 |
* |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
9 |
* Initial Contributors: |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
10 |
* Nokia Corporation - initial contribution. |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
11 |
* |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
12 |
* Contributors: |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
13 |
* |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
14 |
* Description: |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
15 |
* |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
16 |
* |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
17 |
*/ |
35 | 18 |
//Qt |
33 | 19 |
#include <HbApplication> |
20 |
#include <HbActivityManager> |
|
35 | 21 |
#include <hbapplication.h> |
22 |
#include <hbmessagebox.h> |
|
23 |
||
24 |
// symbian |
|
25 |
#include <centralrepository.h> |
|
26 |
#include <ProfileEngineSDKCRKeys.h> |
|
27 |
||
12
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
28 |
#include "satappmainhandler.h" |
33 | 29 |
#include "satappserverdispatcher.h" |
30 |
#include "satappmenuprovider.h" |
|
31 |
#include "satappinputprovider.h" |
|
32 |
#include "satapptoneprovider.h" |
|
33 |
#include "satapppopupprovider.h" |
|
34 |
#include "satappconstant.h" |
|
35 |
#include "satappconfirmprovider.h" |
|
36 |
||
37 |
// Activity ID for Sat Application |
|
38 |
const char *SATAPP_ACTIVITY_ID = "SIMServicesList"; |
|
12
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
39 |
|
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
40 |
// ======== MEMBER FUNCTIONS ================================================== |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
41 |
|
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
42 |
// ---------------------------------------------------------------------------- |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
43 |
// SatAppMainHandler::SatAppMainHandler |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
44 |
// (Construtor). |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
45 |
// ---------------------------------------------------------------------------- |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
46 |
// |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
47 |
SatAppMainHandler::SatAppMainHandler(HbMainWindow &window, |
35 | 48 |
QObject */*parent*/): |
49 |
mOfflineWarningDlg(NULL) |
|
12
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
50 |
{ |
33 | 51 |
qDebug("SATAPP: SatAppMainHandler::SatAppMainHandler >"); |
35 | 52 |
|
53 |
if(!isOffline()){ |
|
54 |
mServer = new SatAppServerDispatcher(this); |
|
55 |
mMenu = new SatAppMenuProvider(&window, this); |
|
56 |
mInput = new SatAppInputProvider(this); |
|
57 |
mTone = new SatAppToneProvider(this); |
|
58 |
mPopup = new SatAppPopupProvider(this); |
|
59 |
mConfirm = new SatAppConfirmProvider(this); |
|
60 |
initConnections(); |
|
61 |
} |
|
62 |
else{ |
|
63 |
showOfflineWarning(); |
|
64 |
} |
|
65 |
removeActivity(); |
|
33 | 66 |
|
67 |
qDebug("SATAPP: SatAppMainHandler::SatAppMainHandler <"); |
|
15
d7fc66ccd6fb
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
12
diff
changeset
|
68 |
} |
12
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
69 |
|
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
70 |
// ---------------------------------------------------------------------------- |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
71 |
// SatAppMainHandler::~SatAppMainHandler |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
72 |
// (Destructor). |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
73 |
// ---------------------------------------------------------------------------- |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
74 |
// |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
75 |
SatAppMainHandler::~SatAppMainHandler() |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
76 |
{ |
35 | 77 |
qDebug("SATAPP: SatAppMainHandler::~SatAppMainHandler >"); |
78 |
delete mOfflineWarningDlg; |
|
79 |
qDebug("SATAPP: SatAppMainHandler::~SatAppMainHandler <"); |
|
33 | 80 |
} |
81 |
||
82 |
// ---------------------------------------------------------------------------- |
|
83 |
// Local override for connect-function |
|
84 |
// this method ENSURES that the connection is succesful. |
|
85 |
// ---------------------------------------------------------------------------- |
|
86 |
// |
|
87 |
void doConnect( |
|
88 |
const QObject *sender, |
|
89 |
const char *signal, |
|
90 |
const QObject *receiver, |
|
91 |
const char *member) |
|
92 |
{ |
|
93 |
bool ret = QObject::connect(sender, signal, |
|
94 |
receiver, member, Qt::DirectConnection); |
|
95 |
Q_ASSERT_X(ret, "doConnect: connection failed for: ", signal); |
|
12
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
96 |
} |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
97 |
|
15
d7fc66ccd6fb
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
12
diff
changeset
|
98 |
// ---------------------------------------------------------------------------- |
d7fc66ccd6fb
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
12
diff
changeset
|
99 |
// SatAppMainHandler::initConnections |
d7fc66ccd6fb
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
12
diff
changeset
|
100 |
// |
d7fc66ccd6fb
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
12
diff
changeset
|
101 |
// ---------------------------------------------------------------------------- |
d7fc66ccd6fb
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
12
diff
changeset
|
102 |
// |
12
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
103 |
void SatAppMainHandler::initConnections() |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
104 |
{ |
33 | 105 |
qDebug("SATAPP: SatAppMainHandler::initConnections >"); |
106 |
||
107 |
// -------------------------------------- |
|
108 |
// MenuProvider |
|
109 |
// -------------------------------------- |
|
110 |
||
111 |
// SetupMenu command from server |
|
112 |
doConnect( |
|
113 |
mServer, SIGNAL( setUpMenu( SatAppAction &) ), |
|
114 |
mMenu, SLOT( setUpMenu( SatAppAction &) ) ); |
|
12
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
115 |
|
33 | 116 |
// SelectItem command from server |
117 |
doConnect( |
|
118 |
mServer, SIGNAL( selectItem( SatAppAction &) ), |
|
119 |
mMenu, SLOT( selectItem( SatAppAction &) ) ); |
|
120 |
||
121 |
// -------------------------------------- |
|
122 |
// InputProvider |
|
123 |
// -------------------------------------- |
|
12
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
124 |
|
33 | 125 |
// GetInkey command |
126 |
doConnect( |
|
127 |
mServer, SIGNAL( getInkey( SatAppAction &) ), |
|
128 |
mInput, SLOT( getInkey( SatAppAction &) ) ); |
|
129 |
// GetInput command |
|
130 |
doConnect( |
|
131 |
mServer, SIGNAL( getInput( SatAppAction &) ), |
|
132 |
mInput, SLOT( getInput( SatAppAction &) ) ); |
|
133 |
||
134 |
// clearScreen in InputProvider |
|
135 |
doConnect( |
|
136 |
mServer, SIGNAL( clearScreen() ), |
|
137 |
mInput, SLOT( resetState() )); |
|
138 |
||
139 |
// -------------------------------------- |
|
140 |
// Play tone |
|
141 |
// -------------------------------------- |
|
142 |
// Play tone |
|
143 |
doConnect( |
|
144 |
mServer, SIGNAL( playTone( SatAppAction &) ), |
|
145 |
mTone, SLOT( playTone( SatAppAction &) ) ); |
|
12
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
146 |
|
33 | 147 |
// clearScreen in tone provider |
148 |
doConnect( |
|
149 |
mServer, SIGNAL( clearScreen() ), |
|
150 |
mTone, SLOT( clearScreen() ) ); |
|
151 |
||
152 |
// -------------------------------------- |
|
153 |
// Show Popups |
|
154 |
// -------------------------------------- |
|
155 |
||
156 |
// display text |
|
157 |
doConnect( |
|
158 |
mServer, SIGNAL(displayText( SatAppAction & )), |
|
159 |
mPopup, SLOT(displayText( SatAppAction & ))); |
|
160 |
||
161 |
// show notification |
|
162 |
doConnect( |
|
163 |
mServer, SIGNAL( notification( SatAppAction & ) ), |
|
164 |
mPopup, SLOT( notification( SatAppAction & ) ) ); |
|
165 |
||
166 |
// hide wait note |
|
167 |
doConnect( |
|
168 |
mServer, SIGNAL( stopShowWaitNote() ), |
|
169 |
mPopup, SLOT( stopShowWaitNote() ) ); |
|
170 |
||
171 |
// clearScreen in popup note provider |
|
172 |
doConnect( |
|
173 |
mServer, SIGNAL(clearScreen()), |
|
174 |
mPopup, SLOT(clearScreen())); |
|
12
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
175 |
|
33 | 176 |
// clearScreen in popup note provider |
177 |
doConnect( |
|
178 |
mServer, SIGNAL(showSsErrorNote()), |
|
179 |
mPopup, SLOT(showSsErrorNote())); |
|
12
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
180 |
|
33 | 181 |
// -------------------------------------- |
182 |
// Show Confirm |
|
183 |
// -------------------------------------- |
|
184 |
||
185 |
// show confirmCommand |
|
186 |
doConnect( |
|
187 |
mServer, SIGNAL( confirmCommand( SatAppAction & ) ), |
|
188 |
mConfirm, SLOT( confirmCommand( SatAppAction & ) ) ); |
|
189 |
||
190 |
// clearScreen |
|
191 |
doConnect( |
|
192 |
mServer, SIGNAL( clearScreen() ), |
|
193 |
mConfirm, SLOT( clearScreen() ) ); |
|
15
d7fc66ccd6fb
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
12
diff
changeset
|
194 |
|
33 | 195 |
// Task switcher |
196 |
doConnect( |
|
197 |
mServer, SIGNAL( setUpMenu( SatAppAction & ) ), |
|
198 |
this, SLOT( updateActivity() ) ); |
|
199 |
||
200 |
doConnect( |
|
201 |
qApp, SIGNAL( aboutToQuit() ), |
|
202 |
this, SLOT( saveActivity() ) ); |
|
203 |
||
204 |
qDebug("SATAPP: SatAppMainHandler::initConnections <"); |
|
205 |
} |
|
206 |
||
207 |
// ---------------------------------------------------------------------------- |
|
208 |
// SatAppMainHandler::updateActivity |
|
209 |
// ---------------------------------------------------------------------------- |
|
210 |
// |
|
211 |
void SatAppMainHandler::updateActivity() |
|
212 |
{ |
|
213 |
qDebug("SATAPP: SatAppMainHandler::updateActivity >"); |
|
214 |
mActivity.insert("screenshot", mMenu->takeScreenShot()); |
|
215 |
qDebug("SATAPP: SatAppMainHandler::updateActivity <"); |
|
216 |
} |
|
15
d7fc66ccd6fb
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
12
diff
changeset
|
217 |
|
33 | 218 |
// ---------------------------------------------------------------------------- |
219 |
// SatAppMainHandler::saveActivity |
|
220 |
// ---------------------------------------------------------------------------- |
|
221 |
// |
|
222 |
void SatAppMainHandler::saveActivity() |
|
223 |
{ |
|
35 | 224 |
qDebug("SATAPP: SatAppMainHandler::saveActivity >"); |
33 | 225 |
|
226 |
// Add the activity to the activity manager |
|
227 |
const bool ok = qobject_cast<HbApplication*>(qApp)->activityManager()-> |
|
228 |
addActivity(SATAPP_ACTIVITY_ID, QVariant(), mActivity); |
|
12
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
229 |
|
35 | 230 |
qDebug("SATAPP: SatAppMainHandler::saveActivity < %d", ok); |
33 | 231 |
} |
15
d7fc66ccd6fb
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
12
diff
changeset
|
232 |
|
33 | 233 |
// ---------------------------------------------------------------------------- |
234 |
// SatAppMainHandler::removeActivity |
|
235 |
// ---------------------------------------------------------------------------- |
|
236 |
// |
|
237 |
void SatAppMainHandler::removeActivity() |
|
238 |
{ |
|
35 | 239 |
qDebug("SATAPP: SatAppMainHandler::removeActivity >"); |
33 | 240 |
|
241 |
QList<QVariantHash> activityList = |
|
242 |
qobject_cast<HbApplication*>(qApp)->activityManager()->activities(); |
|
243 |
qDebug("SATAPP: SatAppMenuProvider::removeActivity count=%d", |
|
244 |
activityList.count()); |
|
245 |
foreach (QVariantHash activity, activityList){ |
|
246 |
if (activity.keys().contains(SATAPP_ACTIVITY_ID)){ |
|
247 |
mActivity = activity; |
|
248 |
qDebug("SATAPP: SatAppMenuProvider::removeActivity store"); |
|
249 |
break; |
|
250 |
} |
|
251 |
} |
|
15
d7fc66ccd6fb
Revision: 201015
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
12
diff
changeset
|
252 |
|
33 | 253 |
const bool ok = qobject_cast<HbApplication*>(qApp)->activityManager()-> |
254 |
removeActivity(SATAPP_ACTIVITY_ID); |
|
255 |
||
35 | 256 |
qDebug("SATAPP: SatAppMainHandler::removeActivity < %d", ok); |
257 |
} |
|
258 |
||
259 |
// ---------------------------------------------------------------------------- |
|
260 |
// SatAppMainHandler::isOffline |
|
261 |
// ---------------------------------------------------------------------------- |
|
262 |
// |
|
263 |
bool SatAppMainHandler::isOffline() |
|
264 |
{ |
|
265 |
//If current active profile is offline, show a warning and quit |
|
266 |
qDebug("SATAPP: SatAppMainHandler::isOffline >"); |
|
267 |
TInt profileId(0); |
|
268 |
CRepository* cr (NULL); |
|
269 |
TRAPD(err, cr = CRepository::NewL(KCRUidProfileEngine)); |
|
270 |
if ( KErrNone == err ) |
|
271 |
{ |
|
272 |
// Get the ID of the currently active profile: |
|
273 |
const TInt error = cr->Get(KProEngActiveProfile, profileId); |
|
274 |
qDebug("SATAPP: SatAppMainHandler::isOffline get active \ |
|
275 |
profile error=%d",error); |
|
276 |
delete cr; |
|
277 |
} |
|
278 |
qDebug("SATAPP: SatAppMainHandler::isOffline< profileId = %d",profileId); |
|
279 |
return ( KSatActiveProfileOffline == profileId ); |
|
280 |
} |
|
281 |
||
282 |
// ---------------------------------------------------------------------------- |
|
283 |
// SatAppMainHandler::showOfflineWarning |
|
284 |
// ---------------------------------------------------------------------------- |
|
285 |
// |
|
286 |
void SatAppMainHandler::showOfflineWarning() |
|
287 |
{ |
|
288 |
qDebug("SATAPP: SatAppMainHandler::showOfflineWarning >"); |
|
289 |
mOfflineWarningDlg = |
|
290 |
new HbMessageBox(HbMessageBox::MessageTypeWarning); |
|
291 |
mOfflineWarningDlg->setText( |
|
292 |
hbTrId("txt_simatk_dpopinfo_sim_services_not_available")); |
|
293 |
mOfflineWarningDlg->clearActions(); |
|
294 |
mOfflineWarningDlg->setDismissPolicy(HbDialog::TapOutside); |
|
295 |
mOfflineWarningDlg->setTimeout(KDisplayTxtUserClearTimeout); |
|
296 |
SAT_ASSERT(connect(mOfflineWarningDlg, SIGNAL(aboutToClose()), |
|
297 |
qApp, SLOT(quit()))); |
|
298 |
mOfflineWarningDlg->open(); |
|
299 |
qDebug("SATAPP: SatAppMainHandler::showOfflineWarning <"); |
|
12
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
300 |
} |
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
301 |
|
ae8abd0db65c
Revision: 201007
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
diff
changeset
|
302 |
//End of file |