installationservices/swi/test/swicaptests/swilaunchercaptest.h
branchRCL_3
changeset 25 7333d7932ef7
parent 0 ba25891c3a9e
child 26 8b7f4e561641
equal deleted inserted replaced
24:5cc91383ab1e 25:7333d7932ef7
     1 /*
     1 /*
     2 * Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2005-2010 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 	
    49 	
    50 	void ConstructL();
    50 	void ConstructL();
    51 	};
    51 	};
    52 
    52 
    53 class CSwiLauncherSisRegistryServerUtilCapTest : public CDefaultCapabilityTest
    53 class CSwiLauncherSisRegistryServerUtilCapTest : public CDefaultCapabilityTest
    54 	{
    54     {
    55 public:
    55 public:
    56 	static CSwiLauncherSisRegistryServerUtilCapTest* NewL();
    56     static CSwiLauncherSisRegistryServerUtilCapTest* NewL();
    57 	
    57     
    58 private:
    58 private:
    59 	CSwiLauncherSisRegistryServerUtilCapTest();
    59     CSwiLauncherSisRegistryServerUtilCapTest();
    60 	
    60     
    61 	void RunTestL();
    61     void RunTestL();
    62 	
    62     
    63 	void ConstructL();
    63     void ConstructL();
    64 	};
    64     };
       
    65 
       
    66 class CSisLauncherSwiSidTest : public CDefaultCapabilityTest
       
    67     {
       
    68 public:
       
    69     static CSisLauncherSwiSidTest* NewL();
       
    70     
       
    71 private:
       
    72     CSisLauncherSwiSidTest();
       
    73     
       
    74     void RunTestL();
       
    75     
       
    76     void ConstructL();
       
    77     };
       
    78 
    65 #endif
    79 #endif