secureswitools/swisistools/source/interpretsis/commandparser.cpp
changeset 75 2d2d25361590
parent 50 c6e8afe0ba85
equal deleted inserted replaced
69:b18a4bf55ddb 75:2d2d25361590
   173 		<< "\tsucert\t\tTo indicate that the SIS file has been signed with a SU certificate\n\n";
   173 		<< "\tsucert\t\tTo indicate that the SIS file has been signed with a SU certificate\n\n";
   174     }
   174     }
   175 
   175 
   176 void CCommandParser::DisplayVersion()
   176 void CCommandParser::DisplayVersion()
   177 	{
   177 	{
   178 	std::cout << "\nINTERPRETSIS  " << " Version  3.0.0 ." << std::endl;
   178 	std::cout << "\nINTERPRETSIS  " << " Version  3.1.0 ." << std::endl;
   179 	std::cout << "Copyright (c) 2009 Symbian Software Ltd. All rights reserved.\n " << std::endl;
   179 	std::cout << "Copyright (c) 2009 - 2010 Nokia Corporation and/or its subsidiary(-ies). All rights reserved.\n " << std::endl;
   180 	}
   180 	}
   181  
   181  
   182 
   182 
   183 CParameterList* CCommandParser::ParseOptions(int argc, const char**argv)
   183 CParameterList* CCommandParser::ParseOptions(int argc, const char**argv)
   184     {
   184     {