williamr@4
|
1 |
// Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies).
|
williamr@4
|
2 |
// All rights reserved.
|
williamr@4
|
3 |
// This component and the accompanying materials are made available
|
williamr@4
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
williamr@4
|
5 |
// which accompanies this distribution, and is available
|
williamr@4
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
williamr@4
|
7 |
//
|
williamr@4
|
8 |
// Initial Contributors:
|
williamr@4
|
9 |
// Nokia Corporation - initial contribution.
|
williamr@4
|
10 |
//
|
williamr@4
|
11 |
// Contributors:
|
williamr@4
|
12 |
//
|
williamr@4
|
13 |
// Description:
|
williamr@4
|
14 |
//
|
williamr@4
|
15 |
|
williamr@4
|
16 |
/**
|
williamr@4
|
17 |
@file
|
williamr@4
|
18 |
@internalAll
|
williamr@4
|
19 |
@released
|
williamr@4
|
20 |
*/
|
williamr@4
|
21 |
|
williamr@4
|
22 |
#include <errors/generic/irerr.rls>
|
williamr@4
|
23 |
RESOURCE ARRAY r_error_res_ir_errors_1
|
williamr@4
|
24 |
{
|
williamr@4
|
25 |
items=
|
williamr@4
|
26 |
{
|
williamr@4
|
27 |
SINGLE_ERROR
|
williamr@4
|
28 |
{
|
williamr@4
|
29 |
text=r_error_res_ir_no_device_found; // -5501 KErrIrObexClientNoDevicesFound
|
williamr@4
|
30 |
},
|
williamr@4
|
31 |
SINGLE_ERROR
|
williamr@4
|
32 |
{
|
williamr@4
|
33 |
text=r_error_res_ir_other_device_stupid; // -5502
|
williamr@4
|
34 |
},
|
williamr@4
|
35 |
SINGLE_ERROR
|
williamr@4
|
36 |
{
|
williamr@4
|
37 |
text=r_error_res_ir_other_device_aborted; // -5503
|
williamr@4
|
38 |
}
|
williamr@4
|
39 |
};
|
williamr@4
|
40 |
}
|
williamr@4
|
41 |
|
williamr@4
|
42 |
RESOURCE ARRAY r_error_res_ir_errors_2
|
williamr@4
|
43 |
{
|
williamr@4
|
44 |
items=
|
williamr@4
|
45 |
{
|
williamr@4
|
46 |
SINGLE_ERROR
|
williamr@4
|
47 |
{
|
williamr@4
|
48 |
text=r_error_res_ir_other_device_aborted; // -5507
|
williamr@4
|
49 |
},
|
williamr@4
|
50 |
SINGLE_ERROR
|
williamr@4
|
51 |
{
|
williamr@4
|
52 |
text=r_error_res_ir_unknown_data; // -5508
|
williamr@4
|
53 |
},
|
williamr@4
|
54 |
SINGLE_ERROR
|
williamr@4
|
55 |
{
|
williamr@4
|
56 |
text=r_error_res_ir_receive_failed_oom; // -5509
|
williamr@4
|
57 |
},
|
williamr@4
|
58 |
SINGLE_ERROR
|
williamr@4
|
59 |
{
|
williamr@4
|
60 |
text=r_error_res_ir_other_device_stupid; // -5510
|
williamr@4
|
61 |
},
|
williamr@4
|
62 |
SINGLE_ERROR
|
williamr@4
|
63 |
{
|
williamr@4
|
64 |
text=r_error_res_ir_other_device_no_multi; // -5511
|
williamr@4
|
65 |
}
|
williamr@4
|
66 |
};
|
williamr@4
|
67 |
}
|
williamr@4
|
68 |
|
williamr@4
|
69 |
RESOURCE TBUF r_error_res_ir_no_device_found { buf=STRING_r_error_res_ir_no_device_found ; }
|
williamr@4
|
70 |
RESOURCE TBUF r_error_res_ir_other_device_stupid { buf=STRING_r_error_res_ir_other_device_stupid; }
|
williamr@4
|
71 |
RESOURCE TBUF r_error_res_ir_other_device_aborted { buf=STRING_r_error_res_ir_other_device_aborted; }
|
williamr@4
|
72 |
RESOURCE TBUF r_error_res_ir_unknown_data { buf=STRING_r_error_res_ir_unknown_data ; }
|
williamr@4
|
73 |
RESOURCE TBUF r_error_res_ir_receive_failed_oom { buf=STRING_r_error_res_ir_receive_failed_oom ; }
|
williamr@4
|
74 |
RESOURCE TBUF r_error_res_ir_other_device_no_multi { buf=STRING_r_error_res_ir_other_device_no_multi; }
|