bluetoothengine/btnotif/inc/btnpairnotifier.h
branchRCL_3
changeset 6 6a29d5ad0713
parent 0 f63038272f30
equal deleted inserted replaced
2:0b192a3a05a4 6:6a29d5ad0713
    82         */
    82         */
    83         TBool AuthoriseIncomingPairingL();
    83         TBool AuthoriseIncomingPairingL();
    84         
    84         
    85         /**
    85         /**
    86          * Generate prompt based on subclass's own needs.
    86          * Generate prompt based on subclass's own needs.
       
    87          * @param aRBuf the descriptor to which the prompt will be loaded.
    87          */
    88          */
    88         virtual HBufC* GenerateQueryPromoptLC();
    89         virtual void GenerateQueryPromptL( RBuf& aRBuf );
    89         
    90         
    90     private:
    91     private:
    91         /**
    92         /**
    92         * From CBTNotifierBase Called when a notifier is first loaded 
    93         * From CBTNotifierBase Called when a notifier is first loaded 
    93         * to allow any initial construction that is required.
    94         * to allow any initial construction that is required.