bluetoothengine/btnotif/inc/BTNGenericInfoNotifier.h
changeset 15 00f9ee97d895
parent 0 f63038272f30
--- a/bluetoothengine/btnotif/inc/BTNGenericInfoNotifier.h	Tue Feb 02 00:20:42 2010 +0200
+++ b/bluetoothengine/btnotif/inc/BTNGenericInfoNotifier.h	Fri Apr 16 15:08:36 2010 +0300
@@ -80,7 +80,7 @@
 		* @param aBuffer A package buffer containing received parameters.
         * @return None.
         */
-		void ProcessParamBufferL(const TDesC8& aBuffer);
+		void ProcessParamBufferL(const TDesC8& aBuffer, TBool aSyncCall);
 		
         /**
         * C++ default constructor.
@@ -90,10 +90,10 @@
         /**
          * Show Information note and complete message. 
          */
-        void ShowNoteAndCompleteL();
+        void ShowNoteAndCompleteL(TBool aSyncCall);
         
     private:
-        HBufC*	iQueryMessage;
+        RBuf	iQueryMessage;
 	    TInt 	iMessageResourceId;
 	    TSecondaryDisplayBTnotifDialogs iSecondaryDisplayCommand;
     };