installationservices/swi/test/tdaemon/steps/daemonstep.h
branchRCL_3
changeset 26 8b7f4e561641
parent 25 7333d7932ef7
equal deleted inserted replaced
25:7333d7932ef7 26:8b7f4e561641
     1 /*
     1 /*
     2 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2005-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".
    35 class CAppInfo;
    35 class CAppInfo;
    36 
    36 
    37 namespace Test
    37 namespace Test
    38 {
    38 {
    39 _LIT(KDaemonStep,"DaemonStep");
    39 _LIT(KDaemonStep,"DaemonStep");
    40 _LIT(KAddDriveStep,"AddDriveStep");
       
    41 
    40 
    42 class CDaemonStep : public CDaemonTestStep, public MDaemonBehaviour
    41 class CDaemonStep : public CDaemonTestStep, public MDaemonBehaviour
    43 	{
    42 	{
    44 public:
    43 public:
    45 	CDaemonStep();
    44 	CDaemonStep();
    54 	void FreeMemory();
    53 	void FreeMemory();
    55 
    54 
    56 	CDaemon* iDaemon;
    55 	CDaemon* iDaemon;
    57 	};
    56 	};
    58 
    57 
    59 class CAddDriveStep : public CDaemonTestStep
       
    60     {
       
    61 public:
       
    62     CAddDriveStep();
       
    63     ~CAddDriveStep();
       
    64 
       
    65     virtual TVerdict runTestStepL(TBool aOomTest);
       
    66     
       
    67     };
       
    68 
       
    69 } // namespace Swi::Test
    58 } // namespace Swi::Test
    70 
    59 
    71 } //namespace Swi
    60 } //namespace Swi
    72 
    61 
    73 #endif // #ifndef __TIMEOUTSTEP_H__
    62 #endif // #ifndef __TIMEOUTSTEP_H__