bluetoothengine/btnotif/inc/BTNGenericInfoNotifier.h
branchRCL_3
changeset 13 b6f55cd40afd
parent 6 6a29d5ad0713
equal deleted inserted replaced
11:a42ed326b458 13:b6f55cd40afd
    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;