bluetoothengine/btnotif/btnotifsrv/inc/btnotifbasepairinghandler.h
changeset 63 bcf742120177
parent 40 997690c3397a
--- a/bluetoothengine/btnotif/btnotifsrv/inc/btnotifbasepairinghandler.h	Wed Aug 18 09:59:05 2010 +0300
+++ b/bluetoothengine/btnotif/btnotifsrv/inc/btnotifbasepairinghandler.h	Fri Sep 17 08:30:56 2010 +0300
@@ -23,6 +23,7 @@
 #include <btnotif.h>
 #include <btengconstants.h>
 #include <btservices/btsimpleactive.h>
+#include "bluetoothnotification.h"
 
 class CBTNotifSecurityManager;
 
@@ -100,6 +101,16 @@
      * @param aResult The result of the pairing
      */
     void ShowPairingResultNoteL(TInt aResult);
+
+    /**
+     * Set pairing cancelled by the user
+     */
+    void PairingCancelledByUser();
+
+    /**
+     * Set device as trusted
+     */
+    void SetTrusted();
     
 protected:
     
@@ -174,6 +185,22 @@
      * Own.
      */
     CBtSimpleActive* iActive;
+
+    /**
+     * Pairing cancelled by user.
+     */
+    TBool iPairingCancelledByUser;
+
+    /**
+     * Did the user checks the trusted checkbox?
+     */    
+    TBool iTrustDevice;
+
+    /**
+     * Pointer to a notification
+     */ 
+    CBluetoothNotification* iNotification;
+    
     };
 
 #endif /*BTNOTIFBASEPAIRINGHANDLER_H*/