engine/inc/Podcatcher.pan
branch3rded
changeset 343 9c56bf585696
parent 60 4d230e702aa3
equal deleted inserted replaced
281:1cae65a87b5e 343:9c56bf585696
    22 enum TPodcatcherPanics
    22 enum TPodcatcherPanics
    23     {
    23     {
    24     EPodcatcherPanicDB = 1,
    24     EPodcatcherPanicDB = 1,
    25     EPodcatcherPanicAlreadyActive,
    25     EPodcatcherPanicAlreadyActive,
    26     EPodcatcherPanicFeedEngineState,
    26     EPodcatcherPanicFeedEngineState,
    27     EPodcatcherPanicFeedView
    27     EPodcatcherPanicFeedView,
       
    28     EPodcatcherDownloadDrive
    28     };
    29     };
    29 
    30 
    30 
    31 
    31 inline void Panic(TPodcatcherPanics aReason)
    32 inline void Panic(TPodcatcherPanics aReason)
    32     {
    33     {