installationservices/swi/test/tdaemon/steps/daemonstep.h
changeset 60 245df5276b97
parent 0 ba25891c3a9e
child 66 8b7f4e561641
equal deleted inserted replaced
53:ae54820ef82c 60:245df5276b97
     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".
    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");
    40 
    41 
    41 class CDaemonStep : public CDaemonTestStep, public MDaemonBehaviour
    42 class CDaemonStep : public CDaemonTestStep, public MDaemonBehaviour
    42 	{
    43 	{
    43 public:
    44 public:
    44 	CDaemonStep();
    45 	CDaemonStep();
    53 	void FreeMemory();
    54 	void FreeMemory();
    54 
    55 
    55 	CDaemon* iDaemon;
    56 	CDaemon* iDaemon;
    56 	};
    57 	};
    57 
    58 
       
    59 class CAddDriveStep : public CDaemonTestStep
       
    60     {
       
    61 public:
       
    62     CAddDriveStep();
       
    63     ~CAddDriveStep();
       
    64 
       
    65     virtual TVerdict runTestStepL(TBool aOomTest);
       
    66     
       
    67     };
       
    68 
    58 } // namespace Swi::Test
    69 } // namespace Swi::Test
    59 
    70 
    60 } //namespace Swi
    71 } //namespace Swi
    61 
    72 
    62 #endif // #ifndef __TIMEOUTSTEP_H__
    73 #endif // #ifndef __TIMEOUTSTEP_H__