equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2003-2009 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: |
153 * SNAP Name which value is type of TDesC8, |
153 * SNAP Name which value is type of TDesC8, |
154 */ |
154 */ |
155 const TUint32 KSIPSnapName = 18; |
155 const TUint32 KSIPSnapName = 18; |
156 |
156 |
157 /** |
157 /** |
|
158 * Proxy Resolving Feature which is type TBool. |
|
159 * ETrue indicates that Proxy Resolving is enabled |
|
160 */ |
|
161 const TUint32 KSIPResolveProxy = 19; |
|
162 |
|
163 /** |
158 * SIP Registrar |
164 * SIP Registrar |
159 */ |
165 */ |
160 const TUint32 KSIPRegistrar = 130; |
166 const TUint32 KSIPRegistrar = 130; |
161 |
167 |
162 /** |
168 /** |
339 |
345 |
340 /** |
346 /** |
341 * Clears pointer to registry from profile |
347 * Clears pointer to registry from profile |
342 */ |
348 */ |
343 void ClearRegistry(); |
349 void ClearRegistry(); |
|
350 |
|
351 /** |
|
352 * gets the Default SNAP ID from the Connectivity Settings |
|
353 */ |
|
354 |
|
355 void DefaultSNAPL(TUint32& aSnapId) const; |
344 |
356 |
345 protected: |
357 protected: |
346 |
358 |
347 /** |
359 /** |
348 * Constructor. |
360 * Constructor. |