phoneclientserver/phoneserver/Inc/Ussd/MPhSrvUssdReplyTimerObserver.h
changeset 46 2fa1fa551b0b
parent 42 35488577e233
child 48 78df25012fda
equal deleted inserted replaced
42:35488577e233 46:2fa1fa551b0b
     1 /*
       
     2 * Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). 
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Abstract class which is called back when the USSD reply timer
       
    15 *                expires.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef MPHSRVUSSDREPLYTIMEROBSERVER_H
       
    21 #define MPHSRVUSSDREPLYTIMEROBSERVER_H
       
    22 
       
    23 
       
    24 // CLASS DECLARATION
       
    25 
       
    26 /**
       
    27 *  Abstract class which is called back when the USSD reply timer expires.
       
    28 *
       
    29 *  @since 1.0
       
    30 */
       
    31 class MPhSrvUssdReplyTimerObserver
       
    32     {
       
    33     public: // New functions
       
    34 
       
    35         /**
       
    36         * Handle a timer call-back.
       
    37         * 
       
    38         * @param aError Error code.
       
    39         */
       
    40         virtual void UssdReplyTimerObserverHandleExpiredL( TInt aError ) = 0;
       
    41     };
       
    42 
       
    43 #endif // MPHSRVUSSDREPLYTIMEROBSERVER_H
       
    44 
       
    45 
       
    46 // End of File