upnpframework/upnpaiwengine/inc/upnpaiwtimerobserver.h
branchIOP_Improvements
changeset 40 08b5eae9f9ff
parent 39 6369bfd1b60d
child 41 b4d83ea1d6e2
equal deleted inserted replaced
39:6369bfd1b60d 40:08b5eae9f9ff
     1 /*
       
     2 * Copyright (c) 2005-2007 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:  This interface class defines the call back interface for the
       
    15 *                UPnPAiwEngineTimer.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef UPNP_AIW_TIMER_OBSERVER_H
       
    21 #define UPNP_AIW_TIMER_OBSERVER_H
       
    22 
       
    23 /**
       
    24 * Defines the call back interface for the timer of the UPnP Aiw Engine.
       
    25 *
       
    26 * @since S60 3.0
       
    27 */
       
    28 class MUPnPAiwTimerObserver
       
    29     {
       
    30 
       
    31     public:
       
    32 
       
    33         /**
       
    34          * Callback method for the UPnPAiWTimer.
       
    35          *
       
    36          * @since S60 3.0
       
    37          */
       
    38         virtual void TimerCallback() = 0;
       
    39 
       
    40     };
       
    41 
       
    42 #endif // UPNP_AIW_TIMER_OBSERVER_H
       
    43 
       
    44 // End of File