diff -r 9386f31cc85b -r 269724087bed bluetoothengine/btnotif/src/BTNPBAPPinNotifier.cpp --- a/bluetoothengine/btnotif/src/BTNPBAPPinNotifier.cpp Wed Sep 01 12:20:04 2010 +0100 +++ b/bluetoothengine/btnotif/src/BTNPBAPPinNotifier.cpp Tue Sep 14 21:37:10 2010 +0300 @@ -80,22 +80,14 @@ } // ---------------------------------------------------------- -// CBTPBAPPinNotifier::GetParamsL +// CBTPBAPPinNotifier::ProcessStartParamsL // Initialize parameters. Jump to RunL as soon as possible. // ---------------------------------------------------------- // -void CBTPBAPPinNotifier::GetParamsL(const TDesC8& /* aBuffer */, TInt aReplySlot, const RMessagePtr2& aMessage) +void CBTPBAPPinNotifier::ProcessStartParamsL() { - FLOG(_L("[BTNOTIF]\t CBTPBAPPinNotifier::GetParamsL()")); + FLOG(_L("[BTNOTIF]\t CBTPBAPPinNotifier::ProcessStartParamsL()")); - if( !iMessage.IsNull()) - { - User::Leave(KErrInUse); - } - - iMessage = aMessage; - iReplySlot = aReplySlot; - if ( AutoLockOnL() ) { // The phone is locked, access denied. @@ -106,7 +98,7 @@ ShowNoteCompleteMessageL(); - FLOG(_L("[BTNOTIF]\t CBTPBAPPinNotifier::GetParamsL() completed")); + FLOG(_L("[BTNOTIF]\t CBTPBAPPinNotifier::ProcessStartParamsL() completed")); } // ----------------------------------------------------------