equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2006 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 the License "Symbian Foundation License v1.0" to Symbian Foundation members and "Symbian Foundation End User License Agreement v1.0" to non-members |
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.symbianfoundation.org/legal/licencesv10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
8 * |
8 * |
9 * Initial Contributors: |
9 * Initial Contributors: |
10 * Nokia Corporation - initial contribution. |
10 * Nokia Corporation - initial contribution. |
11 * |
11 * |
12 * Contributors: |
12 * Contributors: |
1216 |
1216 |
1217 /** |
1217 /** |
1218 * Destructor. |
1218 * Destructor. |
1219 */ |
1219 */ |
1220 IMPORT_C ~RLbt(); |
1220 IMPORT_C ~RLbt(); |
|
1221 |
|
1222 /** |
|
1223 * Handles list triggers operation |
|
1224 */ |
|
1225 void HandleListTriggerIdsL(); |
|
1226 |
|
1227 /** |
|
1228 * Handles get triggers operation |
|
1229 */ |
|
1230 |
|
1231 void HandleGetTriggersL(); |
1221 |
1232 |
1222 private: |
1233 private: |
1223 /** |
1234 /** |
1224 * Helper method for create trigger operation. |
1235 * Helper method for create trigger operation. |
1225 */ |
1236 */ |
1283 /** |
1294 /** |
1284 * Helper method for get triggers operation. |
1295 * Helper method for get triggers operation. |
1285 */ |
1296 */ |
1286 void GetTriggersInServerL(CBufFlat* aBuf,CLbtListTriggerOptions* aListOptions,TInt& aBufLength ); |
1297 void GetTriggersInServerL(CBufFlat* aBuf,CLbtListTriggerOptions* aListOptions,TInt& aBufLength ); |
1287 |
1298 |
|
1299 /** |
|
1300 * Validates geo area information based on type e.g. Coordinate, Cell, WLan, Hybrid. |
|
1301 * |
|
1302 * @panic ELbtErrArgument If invalid. |
|
1303 * |
|
1304 * @param[in] aGeoArea the geographical area |
|
1305 * @leave Other standard Symbian error code, such as KErrNoMemory |
|
1306 */ |
|
1307 void ValidateGeoAreaInformationL( CLbtGeoAreaBase* aGeoArea ); |
|
1308 |
1288 /** |
1309 /** |
1289 * Symbian 2nd phase construction. |
1310 * Symbian 2nd phase construction. |
1290 */ |
1311 */ |
1291 void ConstructL(); |
1312 void ConstructL(); |
1292 |
1313 |