bluetoothengine/btnotif/src/BTNObexPinNotifier.cpp
branchRCL_3
changeset 6 6a29d5ad0713
parent 0 f63038272f30
child 14 f7fbeaeb166a
equal deleted inserted replaced
2:0b192a3a05a4 6:6a29d5ad0713
    82 
    82 
    83     if( !iMessage.IsNull())
    83     if( !iMessage.IsNull())
    84         {
    84         {
    85         User::Leave(KErrInUse);
    85         User::Leave(KErrInUse);
    86         }
    86         }
    87     else if ( AutoLockOnL() )
    87 
       
    88     iMessage = aMessage;
       
    89     iReplySlot = aReplySlot;
       
    90 
       
    91     if ( AutoLockOnL() )
    88         {
    92         {
    89         // The phone is locked, access denied.
    93         // The phone is locked, access denied.
    90         //
    94         //
    91         CompleteMessage(KErrCancel);
    95         CompleteMessage(KErrCancel);
    92         return;
    96         return;
    93         }
    97         }
    94         
    98  
    95     iMessage = aMessage;
       
    96     iReplySlot = aReplySlot;
       
    97     
       
    98     ShowNoteCompleteMessageL();
    99     ShowNoteCompleteMessageL();
    99 
   100 
   100     FLOG(_L("[BTNOTIF]\t CBTObexPinNotifier::GetParamsL() completed"));
   101     FLOG(_L("[BTNOTIF]\t CBTObexPinNotifier::GetParamsL() completed"));
   101     }
   102     }
   102 
   103