diff -r 625f43ae9362 -r 5ebadcda06cb bluetoothengine/btnotif/inc/bluetoothdevicedialogs.h --- a/bluetoothengine/btnotif/inc/bluetoothdevicedialogs.h Fri Aug 06 16:43:21 2010 +0300 +++ b/bluetoothengine/btnotif/inc/bluetoothdevicedialogs.h Fri Sep 03 16:17:59 2010 +0300 @@ -43,6 +43,11 @@ EPairingFailureOk, EVisibilityTimeout, EUnpairedDevice, + EGenericInfo, + EBluetoothTestMode, + ESendCompleted, + ESendCancelled, + EIssueOfflineQuery, EUnusedResource // The last ID }; @@ -70,8 +75,8 @@ EGlobalNotif, EUserAuthorization, EReceiveProgress, - ETransferFailed, - EReceiveDone + EReceiveDone, + EInformationDialog }; /** Enumeration for the notification parameters data type to be configured. */ @@ -94,7 +99,13 @@ EPairingRequest, ERecvFailed, ESendFailed, - EReceiveCompleted + EReceiveCompleted, + EBTAddress, + EOfflineQuery, + EMemoryFull, + EFileMoved, + EDriveNotFound, + EUnsupportedImages }; enum TDialogActionType @@ -152,7 +163,10 @@ EAdditionalDesc, EReceivingFileName, EReceivingFileSize, - EReceivedFileCount + EReceivedFileCount, + ELocalAddress, + EDriveLetter, + EDriveName }; inline TBluetoothDeviceDialog();