os/ossrv/genericopenlibs/posixrealtimeextensions/test/testcapclock/inc/tcapclock.h
Update contrib.
2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
23 #ifndef __TESTCAPCLOCK_H__
24 #define __TESTCAPCLOCK_H__
26 #include <test/testexecutestepbase.h>
37 #include <semaphore.h>
44 //#define ?macro ?macro_def
48 //const ?type ?constant_var = ?constant;
49 const TInt bufSize = 200;
53 void MakeSpace(char *);
57 //literals for file operations
58 _LIT(KTestcapclocksettime1, "Testcapclocksettime1");
60 class Ctestcapclock : public CTestStep
64 Ctestcapclock(const TDesC& aStepName);
65 TVerdict doTestStepL();
66 TVerdict doTestStepPreambleL();
67 TVerdict doTestStepPostambleL();
72 //Captests for clock_settime() operations
73 TInt Testcapclocksettime1();