upnpavcontroller/upnpavcontrollerserver/inc/upnpavtimer.h
branchnew development branch with rendering state machine and other goodies
changeset 38 5360b7ddc251
parent 0 7f85d04be362
equal deleted inserted replaced
32:3785f754ee62 38:5360b7ddc251
    24 #define C_UPNPAVTIMER_H_
    24 #define C_UPNPAVTIMER_H_
    25 
    25 
    26 // Include files
    26 // Include files
    27 #include <e32base.h>
    27 #include <e32base.h>
    28 
    28 
       
    29 const TInt KTimerCycle1         = 1;
    29 const TInt KTimerCycle3         = 3;
    30 const TInt KTimerCycle3         = 3;
       
    31 const TInt KTimerCycle5         = 5;
    30 const TInt KTimerCycle10        = 10;
    32 const TInt KTimerCycle10        = 10;
    31 const TInt KTimerCycle30        = 30;
    33 const TInt KTimerCycle30        = 30;
    32 const TInt KTimerCycle300       = 300;
    34 const TInt KTimerCycle300       = 300;
    33 
    35 
    34 // Forward declarations
    36 // Forward declarations
    48      * Timer type defination
    50      * Timer type defination
    49      */    
    51      */    
    50     enum TAVTimerType
    52     enum TAVTimerType
    51         {
    53         {
    52         ETimerServerShutdown = 0,
    54         ETimerServerShutdown = 0,
    53         ETimerMediaServer
    55         ETimerMediaServer,
       
    56         ETimerFailSafe
    54         };
    57         };
    55  
    58  
    56 public:
    59 public:
    57 
    60 
    58     /**
    61     /**