installationservices/swi/test/tsisregistrytest/sessionstep.h
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
equal deleted inserted replaced
25:7333d7932ef7 26: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".
    65 public:
    65 public:
    66 	CInstalledUidsStep();
    66 	CInstalledUidsStep();
    67 	virtual TVerdict doTestStepL();
    67 	virtual TVerdict doTestStepL();
    68 	};
    68 	};
    69 
    69 
    70 // Set Central Reposatory Value 
       
    71 class CSetCenRepSettingStep : public CSisRegistrySessionStep
       
    72     {
       
    73 public:
       
    74     CSetCenRepSettingStep();
       
    75     virtual TVerdict doTestStepL();
       
    76     };
       
    77 
       
    78 // Check filename for sid
    70 // Check filename for sid
    79 class CSidFileStep : public CSisRegistrySessionStep
    71 class CSidFileStep : public CSisRegistrySessionStep
    80 	{
    72 	{
    81 public:
    73 public:
    82 	CSidFileStep();
    74 	CSidFileStep();
   439 	{
   431 	{
   440 public:
   432 public:
   441 	CChangeLocaleStep();
   433 	CChangeLocaleStep();
   442 	virtual TVerdict doTestStepL();
   434 	virtual TVerdict doTestStepL();
   443 	};
   435 	};
   444 
   436 	
   445 class CAddAppRegInfoStep : public CSisRegistrySessionStep
       
   446     {
       
   447 public:
       
   448     CAddAppRegInfoStep();
       
   449     virtual TVerdict doTestStepL();
       
   450     };
       
   451 
       
   452 class CRemoveAppRegInfoStep : public CSisRegistrySessionStep
       
   453     {
       
   454 public:
       
   455     CRemoveAppRegInfoStep();
       
   456     virtual TVerdict doTestStepL();
       
   457     };
       
   458 
       
   459 class CheckAppRegData : public CSisRegistrySessionStep
       
   460     {
       
   461 public:
       
   462     CheckAppRegData();
       
   463     virtual TVerdict doTestStepL();
       
   464     };
       
   465 #endif
   437 #endif
   466 
   438