bluetoothengine/btnotif/inc/BTNGenericInfoNotifier.h
changeset 25 9c3798b88e30
parent 22 4255033c5d30
equal deleted inserted replaced
24:8930e1d1d530 25:9c3798b88e30
    78 		/**
    78 		/**
    79         * Parse the data out of the message that is sent by the client of the notifier. 
    79         * Parse the data out of the message that is sent by the client of the notifier. 
    80 		* @param aBuffer A package buffer containing received parameters.
    80 		* @param aBuffer A package buffer containing received parameters.
    81         * @return None.
    81         * @return None.
    82         */
    82         */
    83 		void ProcessParamBufferL(const TDesC8& aBuffer);
    83 		void ProcessParamBufferL(const TDesC8& aBuffer, TBool aSyncCall);
    84 		
    84 		
    85         /**
    85         /**
    86         * C++ default constructor.
    86         * C++ default constructor.
    87         */
    87         */
    88         CBTGenericInfoNotifier();
    88         CBTGenericInfoNotifier();
    89 
    89 
    90         /**
    90         /**
    91          * Show Information note and complete message. 
    91          * Show Information note and complete message. 
    92          */
    92          */
    93         void ShowNoteAndCompleteL();
    93         void ShowNoteAndCompleteL(TBool aSyncCall);
    94         
    94         
    95     private:
    95     private:
    96         RBuf	iQueryMessage;
    96         RBuf	iQueryMessage;
    97 	    TInt 	iMessageResourceId;
    97 	    TInt 	iMessageResourceId;
    98 	    TSecondaryDisplayBTnotifDialogs iSecondaryDisplayCommand;
    98 	    TSecondaryDisplayBTnotifDialogs iSecondaryDisplayCommand;