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