installationservices/swi/test/tsisregistrytest_legacy/sessionstep.h
branchRCL_3
changeset 66 8b7f4e561641
parent 65 7333d7932ef7
equal deleted inserted replaced
65:7333d7932ef7 66:8b7f4e561641
     1 /*
     1 /*
     2 * Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-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".
    53 	{
    53 	{
    54 public:
    54 public:
    55 	CInstalledUidsStep();
    55 	CInstalledUidsStep();
    56 	virtual TVerdict doTestStepL();
    56 	virtual TVerdict doTestStepL();
    57 	};
    57 	};
    58 
       
    59 // Set Central Reposatory Value 
       
    60 class CSetCenRepSettingStep : public CSisRegistrySessionStep
       
    61     {
       
    62 public:
       
    63     CSetCenRepSettingStep();
       
    64     virtual TVerdict doTestStepL();
       
    65     };
       
    66 
    58 
    67 // Check filename for sid
    59 // Check filename for sid
    68 class CSidFileStep : public CSisRegistrySessionStep
    60 class CSidFileStep : public CSisRegistrySessionStep
    69 	{
    61 	{
    70 public:
    62 public: