secureswitools/swisistools/source/makesis/makesis.h
branchRCL_3
changeset 81 42552535c1ac
parent 66 8b7f4e561641
equal deleted inserted replaced
73:79647526f98c 81:42552535c1ac
     1 /*
     1 /*
     2 * Copyright (c) 1997-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of the License "Eclipse Public License v1.0"
     5 * under the terms of the License "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    49 // The main application object. Controls the SIS file generation process
    49 // The main application object. Controls the SIS file generation process
    50 	{
    50 	{
    51 public:
    51 public:
    52 	CMakeSIS();
    52 	CMakeSIS();
    53 		
    53 		
    54 	int  RunL(int argc, wchar_t* argv[]);
    54 	int  Run(int argc, wchar_t* argv[]);
    55 	
    55 	
    56 	bool ParseSource();
    56 	bool ParseSource();
    57 	bool WriteTarget();
    57 	bool WriteTarget();
    58 	
    58 	
    59 public: // From MParserObserver
    59 public: // From MParserObserver