bluetoothengine/btnotif/btnotifsrv/inc/btnotifincomingpairinghandler.h
changeset 42 b72428996822
parent 31 a0ea99b6fa53
child 57 5ebadcda06cb
equal deleted inserted replaced
32:19bd632b5100 42:b72428996822
    36     /**
    36     /**
    37      * Two-phase constructor
    37      * Two-phase constructor
    38      * @param aParent the owner of this observer
    38      * @param aParent the owner of this observer
    39      * @param aAddr the remote device this observer is targeted to
    39      * @param aAddr the remote device this observer is targeted to
    40      */
    40      */
    41     static CBTNotifBasePairingHandler* NewL( CBTNotifPairingManager& aParent, 
    41     static CBTNotifBasePairingHandler* NewL( CBTNotifSecurityManager& aParent, 
    42             const TBTDevAddr& aAddr);
    42             const TBTDevAddr& aAddr);
    43 
    43 
    44     /**
    44     /**
    45      * Destructor
    45      * Destructor
    46      */
    46      */
   118 private:
   118 private:
   119     
   119     
   120     /**
   120     /**
   121      * C++ default constructor
   121      * C++ default constructor
   122      */
   122      */
   123     CBTNotifIncomingPairingHandler(CBTNotifPairingManager& aParent, const TBTDevAddr& aAddr);
   123     CBTNotifIncomingPairingHandler(CBTNotifSecurityManager& aParent, const TBTDevAddr& aAddr);
   124     
   124     
   125     /**
   125     /**
   126      * 2nd phase constructor.
   126      * 2nd phase constructor.
   127      */
   127      */
   128     void ConstructL();
   128     void ConstructL();