diff -r 4e1aa6a622a0 -r a811597961f0 sysstatemgmt/systemstatereferenceplugins/clayer/inc/ssmsecuritynotecontroller.h --- a/sysstatemgmt/systemstatereferenceplugins/clayer/inc/ssmsecuritynotecontroller.h Tue Feb 02 00:53:00 2010 +0200 +++ b/sysstatemgmt/systemstatereferenceplugins/clayer/inc/ssmsecuritynotecontroller.h Sat Feb 20 00:05:00 2010 +0200 @@ -1,5 +1,5 @@ /* -* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +* Copyright (c) 2008-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" @@ -15,7 +15,7 @@ * Name : strtsecuritynotecontroller.h * Part of : System Startup / StrtSecObs * Declaration of CStrtSecurityNoteController class -* Version : %version: 1 % << Don't touch! Updated by Synergy at check-out. +* Version : %version: 2 % << Don't touch! Updated by Synergy at check-out. * This material, including documentation and any related computer * programs, is protected by copyright controlled by Nokia. All * rights are reserved. Copying, including reproducing, storing, @@ -43,6 +43,7 @@ * @released */ + class CSsmSecurityCheckNotifier; class CStrtSecNoteRequestQueue; @@ -98,10 +99,16 @@ /** * From CActive. * Handles an active object's request completion event. - * Never leaves. */ virtual void RunL(); + /** + * From CActive. + * Handles any leaves originating from the active object's RunL(). + */ + + virtual TInt RunError(TInt aError); + private: /**