bluetoothengine/btnotif/btdevicedialogplugin/inc/btdevicedialogpluginerrors.h
changeset 67 16e4b9007960
parent 29 48ae3789ce00
--- a/bluetoothengine/btnotif/btdevicedialogplugin/inc/btdevicedialogpluginerrors.h	Wed Sep 29 13:09:05 2010 +0300
+++ b/bluetoothengine/btnotif/btdevicedialogplugin/inc/btdevicedialogpluginerrors.h	Wed Oct 13 13:15:31 2010 +0300
@@ -1,5 +1,5 @@
 /*
-* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* Copyright (c) 2009-2010 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"
@@ -26,5 +26,8 @@
 const int ParameterError = HbDeviceDialog::PluginErrors + 1;
 // Unknown device dialog error
 const int UnknownDeviceDialogError = HbDeviceDialog::PluginErrors + 2;
+// DocML loading error
+const int DocMLLoadingError = HbDeviceDialog::PluginErrors + 3;	
+	
 
 #endif // BTDEVICEDIALOGPLUGINERRORS_H