sysstatemgmt/systemstatemgr/test/tss/inc/tss_procstartmon.h
changeset 76 cb32bcc88bad
parent 0 4e1aa6a622a0
equal deleted inserted replaced
73:d38941471f1c 76:cb32bcc88bad
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
    45 	TVerdict doTestStepPreambleL();	
    45 	TVerdict doTestStepPreambleL();	
    46 	TVerdict doTestStepL();
    46 	TVerdict doTestStepL();
    47 	
    47 	
    48 public:
    48 public:
    49 	void DoTestMonSyncL();
    49 	void DoTestMonSyncL();
    50 	void DoTestMonForAlreadyStartedProcL();
    50 	void DoTestMonForAlreadyStartedProcL(const TDesC& aFileNameWithPath, const TDesC& aProcName);
    51 	
    51 	
    52 private:
    52 private:
    53 	CActiveScheduler* iActiveScheduler;
    53 	CActiveScheduler* iActiveScheduler;
    54 	RSemaphore iSem;
    54 	RSemaphore iSem;
    55 	};
    55 	};