cryptoservices/filebasedcertificateandkeystores/test/keytool/keytool_command.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    24 
    24 
    25 CKeyToolCommand::CKeyToolCommand(CController* aController) :CActive(EPriorityNormal)
    25 CKeyToolCommand::CKeyToolCommand(CController* aController) :CActive(EPriorityNormal)
    26 	{
    26 	{
    27 	iController = aController;
    27 	iController = aController;
    28 	}
    28 	}
       
    29