changeset 57 | 5ebadcda06cb |
parent 47 | 9e2a905b887f |
child 67 | 16e4b9007960 |
--- a/bluetoothengine/btnotif/btnotifsrv/inc/btnotifoutgoingpairinghandler.h Fri Aug 06 16:43:21 2010 +0300 +++ b/bluetoothengine/btnotif/btnotifsrv/inc/btnotifoutgoingpairinghandler.h Fri Sep 03 16:17:59 2010 +0300 @@ -275,6 +275,11 @@ * Number of pairing attempt */ TInt iPairingAttempt; + + /** + * Pairing failure dialog is not deleted when the handler is deleted + */ + TBool iDialogIsOrphan; };