diff -r 19bd632b5100 -r b72428996822 bluetoothengine/btnotif/inc/bluetoothdevicedialogs.h --- a/bluetoothengine/btnotif/inc/bluetoothdevicedialogs.h Fri May 28 17:03:06 2010 +0300 +++ b/bluetoothengine/btnotif/inc/bluetoothdevicedialogs.h Mon Jul 12 18:51:05 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();