installationservices/swi/test/tsisregistrytest/sessionstep.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) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2004-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".
    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 
    70 // Check filename for sid
    78 // Check filename for sid
    71 class CSidFileStep : public CSisRegistrySessionStep
    79 class CSidFileStep : public CSisRegistrySessionStep
    72 	{
    80 	{
    73 public:
    81 public:
    74 	CSidFileStep();
    82 	CSidFileStep();
   431 	{
   439 	{
   432 public:
   440 public:
   433 	CChangeLocaleStep();
   441 	CChangeLocaleStep();
   434 	virtual TVerdict doTestStepL();
   442 	virtual TVerdict doTestStepL();
   435 	};
   443 	};
   436 	
   444 
       
   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     };
   437 #endif
   465 #endif
   438 
   466