bluetoothengine/btnotif/inc/bluetoothdevicedialogs.h
changeset 40 997690c3397a
parent 33 837dcc42fd6a
child 47 9e2a905b887f
--- a/bluetoothengine/btnotif/inc/bluetoothdevicedialogs.h	Fri Jun 11 13:48:51 2010 +0300
+++ b/bluetoothengine/btnotif/inc/bluetoothdevicedialogs.h	Wed Jun 23 18:23:52 2010 +0300
@@ -41,6 +41,7 @@
     EPairingSuccess,
     EPairingFailure,
     EVisibilityTimeout,
+    EUnpairedDevice,
     EUnusedResource	// The last ID
     };
 
@@ -65,7 +66,9 @@
         EMoreDevice,
         EDeviceSearch,
         ESend,
-        EGlobalNotif
+        EGlobalNotif,
+        EUserAuthorization,
+        EReceiveProgress
         };
 
     /**  Enumeration for the notification parameters data type to be configured. */
@@ -78,6 +81,15 @@
         EDialogTitle,
         EDialogExt  // Id for first data type of derived class.
         };
+    
+    /** Enumeration for the notification dialog heading type. */
+    enum TDialogTitleDataType
+        {
+        EReceive,
+        EReceiveFromPairedDevice,
+        EConnect,
+        EPairingRequest
+        };
 
     inline TBluetoothDialogParams();
 
@@ -123,7 +135,10 @@
         EDeviceName,
         EDeviceClass,
         EAdditionalInt,
-        EAdditionalDesc
+        EAdditionalDesc,
+        EReceivingFileName,
+        EReceivingFileSize,
+        EReceivedFileCount
         };
 
     inline TBluetoothDeviceDialog();