diff -r a42ed326b458 -r b6f55cd40afd bluetoothengine/btnotif/inc/BTNGenericInfoNotifier.h --- a/bluetoothengine/btnotif/inc/BTNGenericInfoNotifier.h Mon Mar 15 12:41:15 2010 +0200 +++ b/bluetoothengine/btnotif/inc/BTNGenericInfoNotifier.h Wed Mar 31 21:51: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;