equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002 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: |
|
15 * |
|
16 * |
|
17 */ |
|
18 |
|
19 |
|
20 RESOURCE ARRAY r_error_res_socket_errors |
|
21 { |
|
22 items= |
|
23 { |
|
24 SINGLE_ERROR |
|
25 { |
|
26 text=r_error_res_socket_net_unreach; // -190 |
|
27 }, |
|
28 SINGLE_ERROR |
|
29 { |
|
30 text=r_error_res_socket_host_unreach; // -191 |
|
31 }, |
|
32 SINGLE_ERROR |
|
33 { |
|
34 text=r_error_res_socket_wrong_protocol; // -192 |
|
35 }, |
|
36 SINGLE_ERROR |
|
37 { |
|
38 text=r_error_res_general;flags=ETextResolverUnknownErrorFlag; |
|
39 } |
|
40 }; |
|
41 } |
|
42 |
|
43 RESOURCE TBUF r_error_res_socket_net_unreach { buf=qtn_err_socket_net_unreach; } |
|
44 RESOURCE TBUF r_error_res_socket_host_unreach { buf=qtn_err_socket_host_unreach; } |
|
45 RESOURCE TBUF r_error_res_socket_wrong_protocol { buf=qtn_err_socket_wrong_protocol; } |
|
46 |
|
47 // End of File |