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