bluetoothengine/btnotif/btnotifsrv/inc/btnotifincomingpairinghandler.h
changeset 40 997690c3397a
parent 33 837dcc42fd6a
child 57 5ebadcda06cb
--- a/bluetoothengine/btnotif/btnotifsrv/inc/btnotifincomingpairinghandler.h	Fri Jun 11 13:48:51 2010 +0300
+++ b/bluetoothengine/btnotif/btnotifsrv/inc/btnotifincomingpairinghandler.h	Wed Jun 23 18:23:52 2010 +0300
@@ -38,7 +38,7 @@
      * @param aParent the owner of this observer
      * @param aAddr the remote device this observer is targeted to
      */
-    static CBTNotifBasePairingHandler* NewL( CBTNotifPairingManager& aParent, 
+    static CBTNotifBasePairingHandler* NewL( CBTNotifSecurityManager& aParent, 
             const TBTDevAddr& aAddr);
 
     /**
@@ -120,7 +120,7 @@
     /**
      * C++ default constructor
      */
-    CBTNotifIncomingPairingHandler(CBTNotifPairingManager& aParent, const TBTDevAddr& aAddr);
+    CBTNotifIncomingPairingHandler(CBTNotifSecurityManager& aParent, const TBTDevAddr& aAddr);
     
     /**
      * 2nd phase constructor.