cryptoservices/certificateandkeymgmt/tcertstore/T_unifiedcertstoreadd.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
child 42 eb9b28acd381
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    83 				}
    83 				}
    84 			}
    84 			}
    85 			break;
    85 			break;
    86  		case ECheckNotification:
    86  		case ECheckNotification:
    87  			{
    87  			{
    88  			TInt ret=KErrNone;
    88   			iState = EFinished;
    89  			if (!iNotifierFlag)
    89  			if (iNotifierFlag)
    90  				{
    90 	 			{
    91  				ret=KErrGeneral;
    91  				TRequestStatus* status = &aStatus;
    92  				}
    92  				User::RequestComplete(status, KErrNone);
    93  			iState = EFinished;
    93 	 			}
    94  			TRequestStatus* status = &aStatus;
    94 			else
    95  			User::RequestComplete(status, ret);
    95 				{
    96  			
    96 				iNotifier->SetCompleteStatus(&aStatus);
       
    97 				} 			
    97  			break;
    98  			break;
    98  			}
    99  			}
    99 		case EFinished:
   100 		case EFinished:
   100 			{
   101 			{
   101 			if (aStatus == iExpectedResult)
   102 			if (aStatus == iExpectedResult)
   803 			iOut.writeNewLine();
   804 			iOut.writeNewLine();
   804 			iOut.writeNewLine();
   805 			iOut.writeNewLine();
   805 		}
   806 		}
   806 	}
   807 	}
   807 }
   808 }
       
   809