bluetoothengine/btnotif/btdevicedialogplugin/inc/btdevicedialogpluginerrors.h
changeset 67 16e4b9007960
parent 29 48ae3789ce00
equal deleted inserted replaced
65:001a94c71129 67:16e4b9007960
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    24 const int NoError = 0;
    24 const int NoError = 0;
    25 // Illegal parameter error
    25 // Illegal parameter error
    26 const int ParameterError = HbDeviceDialog::PluginErrors + 1;
    26 const int ParameterError = HbDeviceDialog::PluginErrors + 1;
    27 // Unknown device dialog error
    27 // Unknown device dialog error
    28 const int UnknownDeviceDialogError = HbDeviceDialog::PluginErrors + 2;
    28 const int UnknownDeviceDialogError = HbDeviceDialog::PluginErrors + 2;
       
    29 // DocML loading error
       
    30 const int DocMLLoadingError = HbDeviceDialog::PluginErrors + 3;	
       
    31 	
    29 
    32 
    30 #endif // BTDEVICEDIALOGPLUGINERRORS_H
    33 #endif // BTDEVICEDIALOGPLUGINERRORS_H