diff -r a117ad66e027 -r ff3fc7722556 genericservices/taskscheduler/SCHSVR/SchTimer.h --- a/genericservices/taskscheduler/SCHSVR/SchTimer.h Fri Sep 17 08:38:54 2010 +0300 +++ b/genericservices/taskscheduler/SCHSVR/SchTimer.h Mon Oct 04 02:56:42 2010 +0300 @@ -1,4 +1,4 @@ -// Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). +// Copyright (c) 2004-2010 Nokia Corporation and/or its subsidiary(-ies). // All rights reserved. // This component and the accompanying materials are made available // under the terms of "Eclipse Public License v1.0" @@ -61,7 +61,8 @@ CScheduleCriteriaManager(CTaskScheduler& aOwner); // From CActive void RunL(); - void DoCancel(); + void DoCancel(); + TInt RunError(TInt aError); private: void CompleteRequest();