cryptoservices/filebasedcertificateandkeystores/test/keytool/keytool_controller.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
   164 			CActiveScheduler::Start();
   164 			CActiveScheduler::Start();
   165 			iEngine->ListL(aParam);			
   165 			iEngine->ListL(aParam);			
   166 			CActiveScheduler::Start();
   166 			CActiveScheduler::Start();
   167 			}
   167 			}
   168 			break;		
   168 			break;		
       
   169 			
       
   170 #ifdef KEYTOOL
       
   171 		case KMigrateStore:
       
   172 			{
       
   173 			iEngine->MigrateStoreL(aParam);
       
   174 			CActiveScheduler::Start();
       
   175 			break;
       
   176 			}
       
   177 			
       
   178 #endif // KEYTOOL
       
   179 			
   169 		default:
   180 		default:
   170 			{
   181 			{
   171 			DisplayLocalisedMsgL(R_KEYTOOL_ERR_COMMAND);
   182 			DisplayLocalisedMsgL(R_KEYTOOL_ERR_COMMAND);
   172 			User::Leave(KErrNotSupported);			
   183 			User::Leave(KErrNotSupported);			
   173 			}
   184 			}