equal
deleted
inserted
replaced
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
2 // All rights reserved. |
2 // All rights reserved. |
3 // This component and the accompanying materials are made available |
3 // This component and the accompanying materials are made available |
4 // 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 |
4 // under the terms of "Eclipse Public License v1.0" |
5 // which accompanies this distribution, and is available |
5 // which accompanies this distribution, and is available |
6 // at the URL "http://www.symbianfoundation.org/legal/licencesv10.html". |
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 // |
7 // |
8 // Initial Contributors: |
8 // Initial Contributors: |
9 // Nokia Corporation - initial contribution. |
9 // Nokia Corporation - initial contribution. |
10 // |
10 // |
11 // Contributors: |
11 // Contributors: |
13 // Description: |
13 // Description: |
14 // Class for opening and manipulating the internet uri list. |
14 // Class for opening and manipulating the internet uri list. |
15 // |
15 // |
16 // |
16 // |
17 |
17 |
18 |
|
19 |
|
20 /** |
18 /** |
21 @file |
19 @file |
22 @publishedAll |
20 @publishedAll |
23 @released |
21 @released |
24 */ |
22 */ |
25 |
23 |
26 #ifndef __INETURILIST_H__ |
24 #ifndef __INETURILIST_H__ |
27 #define __INETURILIST_H__ |
25 #define __INETURILIST_H__ |
28 |
26 |
29 #include <ineturilistdef.h> |
27 #include <ineturilistdef.h> |
|
28 #include <tldlistdef.h> |
30 #include <ineturi.h> |
29 #include <ineturi.h> |
31 #include <uri8.h> |
30 #include <uri8.h> |
32 #include <babitflags.h> |
31 #include <babitflags.h> |
33 |
32 |
34 class CInetUriListImpl; |
33 class CInetUriListImpl; |
104 IMPORT_C TInt Count ( InetUriList::TServiceType aServiceType, InetUriList::TListType aListType ); |
103 IMPORT_C TInt Count ( InetUriList::TServiceType aServiceType, InetUriList::TListType aListType ); |
105 |
104 |
106 IMPORT_C TInt GetListType ( const TDesC8& aUri, InetUriList::TServiceType aServiceType, InetUriList::TListType& aListType ); |
105 IMPORT_C TInt GetListType ( const TDesC8& aUri, InetUriList::TServiceType aServiceType, InetUriList::TListType& aListType ); |
107 |
106 |
108 IMPORT_C void QueryUriL ( const TQueryArgs& aArgs, MQueryResultsCallback* aQueryCallback, MUriCustomiser* aUriOptimiser =NULL ); |
107 IMPORT_C void QueryUriL ( const TQueryArgs& aArgs, MQueryResultsCallback* aQueryCallback, MUriCustomiser* aUriOptimiser =NULL ); |
|
108 IMPORT_C void QueryTldInfoL ( const TPolicyQueryArgs& aQueryArgs, TQueryResults& aResultArgs ); |
109 private: |
109 private: |
110 CInetUriListImpl* iInetUriListImpl; // // The internal list object that this handle is connected to |
110 CInetUriListImpl* iInetUriListImpl; // // The internal list object that this handle is connected to |
111 }; |
111 }; |
112 |
112 |
113 #endif //__INETURILIST_H__ |
113 #endif //__INETURILIST_H__ |