diff -r ac5daea24fb0 -r 9f263f780e41 bearermanagement/mpm/inc/mpmcsidwatcher.h --- a/bearermanagement/mpm/inc/mpmcsidwatcher.h Wed Oct 27 17:43:56 2010 +0300 +++ b/bearermanagement/mpm/inc/mpmcsidwatcher.h Wed Oct 27 17:51:11 2010 +0300 @@ -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" @@ -39,8 +39,8 @@ static CMpmCsIdWatcher* NewL(); /** - * Destructor. - */ + * Destructor. + */ virtual ~CMpmCsIdWatcher(); /** @@ -56,10 +56,23 @@ */ TUint32 ConnectScreenId() const; -// from base class CActive +protected: // from base class CActive + /** + * Active object's RunL. + */ void RunL(); + /** + * Handles a leave occurring in RunL. + * @param aError Leave code of RunL method. + * @return KErrNone + */ + TInt RunError( TInt aError ); + + /** + * Active object's DoCancel. + */ void DoCancel(); private: