genericservices/taskscheduler/SCHSVR/SchTimer.h
changeset 68 ff3fc7722556
parent 0 e4d67989cc36
equal deleted inserted replaced
63:a117ad66e027 68:ff3fc7722556
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2004-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".
    59 
    59 
    60 private:
    60 private:
    61 	CScheduleCriteriaManager(CTaskScheduler& aOwner);
    61 	CScheduleCriteriaManager(CTaskScheduler& aOwner);
    62 	// From CActive
    62 	// From CActive
    63 	void RunL();
    63 	void RunL();
    64 	void DoCancel();
    64     void DoCancel();
       
    65     TInt RunError(TInt aError);
    65 	
    66 	
    66 private:
    67 private:
    67 	void CompleteRequest();
    68 	void CompleteRequest();
    68 	// Timer handling
    69 	// Timer handling
    69 	void RemoveTimer(CScheduleTimer* aTimer);		
    70 	void RemoveTimer(CScheduleTimer* aTimer);