diff -r 4b81101308c6 -r 4e80e1b997a8 irda/irdastack/INC/irerr.ra --- a/irda/irdastack/INC/irerr.ra Mon May 03 13:34:38 2010 +0300 +++ b/irda/irdastack/INC/irerr.ra Mon Jul 12 07:03:47 2010 +0300 @@ -1,74 +1,74 @@ -// Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies). -// All rights reserved. -// This component and the accompanying materials are made available -// under the terms of "Eclipse Public License v1.0" -// which accompanies this distribution, and is available -// at the URL "http://www.eclipse.org/legal/epl-v10.html". -// -// Initial Contributors: -// Nokia Corporation - initial contribution. -// -// Contributors: -// -// Description: -// - -/** - @file - @internalAll - @released -*/ - -#include -RESOURCE ARRAY r_error_res_ir_errors_1 - { - items= - { - SINGLE_ERROR - { - text=r_error_res_ir_no_device_found; // -5501 KErrIrObexClientNoDevicesFound - }, - SINGLE_ERROR - { - text=r_error_res_ir_other_device_stupid; // -5502 - }, - SINGLE_ERROR - { - text=r_error_res_ir_other_device_aborted; // -5503 - } - }; - } - -RESOURCE ARRAY r_error_res_ir_errors_2 - { - items= - { - SINGLE_ERROR - { - text=r_error_res_ir_other_device_aborted; // -5507 - }, - SINGLE_ERROR - { - text=r_error_res_ir_unknown_data; // -5508 - }, - SINGLE_ERROR - { - text=r_error_res_ir_receive_failed_oom; // -5509 - }, - SINGLE_ERROR - { - text=r_error_res_ir_other_device_stupid; // -5510 - }, - SINGLE_ERROR - { - text=r_error_res_ir_other_device_no_multi; // -5511 - } - }; - } - -RESOURCE TBUF r_error_res_ir_no_device_found { buf=STRING_r_error_res_ir_no_device_found ; } -RESOURCE TBUF r_error_res_ir_other_device_stupid { buf=STRING_r_error_res_ir_other_device_stupid; } -RESOURCE TBUF r_error_res_ir_other_device_aborted { buf=STRING_r_error_res_ir_other_device_aborted; } -RESOURCE TBUF r_error_res_ir_unknown_data { buf=STRING_r_error_res_ir_unknown_data ; } -RESOURCE TBUF r_error_res_ir_receive_failed_oom { buf=STRING_r_error_res_ir_receive_failed_oom ; } -RESOURCE TBUF r_error_res_ir_other_device_no_multi { buf=STRING_r_error_res_ir_other_device_no_multi; } +// Copyright (c) 2000-2009 Nokia Corporation and/or its subsidiary(-ies). +// All rights reserved. +// This component and the accompanying materials are made available +// under the terms of "Eclipse Public License v1.0" +// which accompanies this distribution, and is available +// at the URL "http://www.eclipse.org/legal/epl-v10.html". +// +// Initial Contributors: +// Nokia Corporation - initial contribution. +// +// Contributors: +// +// Description: +// + +/** + @file + @internalAll + @released +*/ + +#include +RESOURCE ARRAY r_error_res_ir_errors_1 + { + items= + { + SINGLE_ERROR + { + text=r_error_res_ir_no_device_found; // -5501 KErrIrObexClientNoDevicesFound + }, + SINGLE_ERROR + { + text=r_error_res_ir_other_device_stupid; // -5502 + }, + SINGLE_ERROR + { + text=r_error_res_ir_other_device_aborted; // -5503 + } + }; + } + +RESOURCE ARRAY r_error_res_ir_errors_2 + { + items= + { + SINGLE_ERROR + { + text=r_error_res_ir_other_device_aborted; // -5507 + }, + SINGLE_ERROR + { + text=r_error_res_ir_unknown_data; // -5508 + }, + SINGLE_ERROR + { + text=r_error_res_ir_receive_failed_oom; // -5509 + }, + SINGLE_ERROR + { + text=r_error_res_ir_other_device_stupid; // -5510 + }, + SINGLE_ERROR + { + text=r_error_res_ir_other_device_no_multi; // -5511 + } + }; + } + +RESOURCE TBUF r_error_res_ir_no_device_found { buf=STRING_r_error_res_ir_no_device_found ; } +RESOURCE TBUF r_error_res_ir_other_device_stupid { buf=STRING_r_error_res_ir_other_device_stupid; } +RESOURCE TBUF r_error_res_ir_other_device_aborted { buf=STRING_r_error_res_ir_other_device_aborted; } +RESOURCE TBUF r_error_res_ir_unknown_data { buf=STRING_r_error_res_ir_unknown_data ; } +RESOURCE TBUF r_error_res_ir_receive_failed_oom { buf=STRING_r_error_res_ir_receive_failed_oom ; } +RESOURCE TBUF r_error_res_ir_other_device_no_multi { buf=STRING_r_error_res_ir_other_device_no_multi; }