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