bluetoothengine/btnotif/inc/BTNGenericInfoNotifier.h
changeset 25 9c3798b88e30
parent 22 4255033c5d30
--- a/bluetoothengine/btnotif/inc/BTNGenericInfoNotifier.h	Fri Apr 23 23:54:40 2010 +0300
+++ b/bluetoothengine/btnotif/inc/BTNGenericInfoNotifier.h	Sat Apr 24 00:12:05 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,7 +90,7 @@
         /**
          * Show Information note and complete message. 
          */
-        void ShowNoteAndCompleteL();
+        void ShowNoteAndCompleteL(TBool aSyncCall);
         
     private:
         RBuf	iQueryMessage;