coreapplicationuis/ATCmdPlugin/inc/matcmdtimer.h
changeset 21 c4cbaa4fb734
equal deleted inserted replaced
0:2e3d3ce01487 21:c4cbaa4fb734
       
     1 
       
     2 /*
       
     3  * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     4  * All rights reserved.
       
     5  * This component and the accompanying materials are made available
       
     6  * under the terms of "Eclipse Public License v1.0"
       
     7  * which accompanies this distribution, and is available
       
     8  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     9  * Initial Contributors:
       
    10  * Nokia Corporation - initial contribution.
       
    11  *
       
    12  * Contributors:
       
    13  * Description :Abstract interface for MATCmdTimer callback functionality
       
    14  *
       
    15  */
       
    16 
       
    17 
       
    18 
       
    19 #ifndef __MATCMDTIMER_H
       
    20 #define __MATCMDTIMER_H
       
    21 
       
    22 // INCLUDES
       
    23 #include <e32std.h>
       
    24 
       
    25 // FORWARD DECLARATIONS
       
    26 
       
    27 // CLASS DECLARATION
       
    28 
       
    29 class MATCmdTimer
       
    30     {
       
    31     public:
       
    32         virtual void TimerExpiredL( TInt aRelatedCommand ) = 0;
       
    33     };
       
    34 
       
    35 #endif // __MATCMDTIMER_H
       
    36 
       
    37             
       
    38 // End of File