bearermanagement/mpm/inc/mpmdtmwatcher.h
changeset 71 9f263f780e41
parent 0 5a93021fdf25
equal deleted inserted replaced
70:ac5daea24fb0 71:9f263f780e41
     1 /*
     1 /*
     2 * Copyright (c) 2005-2007 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2005-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    72         * From CActive. Run when request completes.
    72         * From CActive. Run when request completes.
    73         * @since 3.1
    73         * @since 3.1
    74         */
    74         */
    75         void RunL();
    75         void RunL();
    76 
    76 
       
    77         /**
       
    78         * Handles a leave occurring in RunL.
       
    79         * @param aError Leave code of RunL method.
       
    80         * @return KErrNone
       
    81         */
       
    82         TInt RunError( TInt aError );
       
    83 
    77     private: // New methods
    84     private: // New methods
    78 
    85 
    79         /**
    86         /**
    80         * Constructor.
    87         * Constructor.
    81         */
    88         */