bluetoothengine/btnotif/btnotifsrv/inc/btnotifoutgoingpairinghandler.h
changeset 40 997690c3397a
parent 33 837dcc42fd6a
child 47 9e2a905b887f
equal deleted inserted replaced
37:91746b151f97 40:997690c3397a
    61     /**
    61     /**
    62      * Two-phase constructor
    62      * Two-phase constructor
    63      * @param aParent the owner of this object
    63      * @param aParent the owner of this object
    64      * @param aAddr the remote device this observer is targeted to
    64      * @param aAddr the remote device this observer is targeted to
    65      */
    65      */
    66     static CBTNotifBasePairingHandler* NewL( CBTNotifPairingManager& aParent, 
    66     static CBTNotifBasePairingHandler* NewL( CBTNotifSecurityManager& aParent, 
    67             const TBTDevAddr& aAddr );
    67             const TBTDevAddr& aAddr );
    68 
    68 
    69     /**
    69     /**
    70      * Destructor
    70      * Destructor
    71      */
    71      */
   155 private:
   155 private:
   156 
   156 
   157     /**
   157     /**
   158      * C++ default constructor
   158      * C++ default constructor
   159      */
   159      */
   160     CBTNotifOutgoingPairingHandler( CBTNotifPairingManager& aParent, const TBTDevAddr& aAddr );
   160     CBTNotifOutgoingPairingHandler( CBTNotifSecurityManager& aParent, const TBTDevAddr& aAddr );
   161 
   161 
   162     /**
   162     /**
   163      * Symbian 2nd-phase constructor
   163      * Symbian 2nd-phase constructor
   164      */
   164      */
   165     void ConstructL();
   165     void ConstructL();