dbgsrv/coredumpserver/test/automatictests/tcds_app/inc/tcoredumpserversuiteserver.h
changeset 0 c6b0df440bee
equal deleted inserted replaced
-1:000000000000 0:c6b0df440bee
       
     1 /**
       
     2 * Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 /**
       
    21  @file Te_coredumpserverSuiteServer.h
       
    22  @internalTechnology
       
    23 */
       
    24 
       
    25 #if (!defined __TE_COREDUMPSERVER_SERVER_H__)
       
    26 #define __TE_COREDUMPSERVER_SERVER_H__
       
    27 #include <TestExecuteServerBase.h>
       
    28 #include <BADESCA.H>
       
    29 
       
    30 class CTe_coredumpserverSuite : public CTestServer
       
    31 	{
       
    32 public:
       
    33 	static CTe_coredumpserverSuite* NewL();
       
    34 	// Base class pure virtual override
       
    35 	virtual CTestStep* CreateTestStep(const TDesC& aStepName);
       
    36 	static void CleanupProcessList(TAny *aArray);
       
    37 	static void CleanupThreadList(TAny *aArray);
       
    38 	static void CleanupPluginList(TAny *aArray);
       
    39 	static void CleanupBufferArray(TAny *aArray);
       
    40 	static CDir* DoesFileExistL(const TDesC& aExpectedFile, TFindFile &aFileFinder);
       
    41 	static TBool FileStartsWith(const TDesC& aRoot, const TDesC& aFilename );
       
    42 
       
    43 // Please Add/modify your class members
       
    44 private:
       
    45 	};
       
    46 
       
    47 #endif