engine/inc/ShowInfo.h
changeset 107 af6475fdf8d6
parent 2 29cda98b007e
child 349 4538abb763e4
equal deleted inserted replaced
106:83752b9e3cb6 107:af6475fdf8d6
    40 	EDownloaded
    40 	EDownloaded
    41 };
    41 };
    42 
    42 
    43 enum TShowType {
    43 enum TShowType {
    44 	EAudioPodcast = 0,
    44 	EAudioPodcast = 0,
    45 	EVideoPodcast
    45 	EVideoPodcast,
       
    46 	EOtherPodcast
    46 };
    47 };
    47 
    48 
    48 class CShowInfo: public CBase {
    49 class CShowInfo: public CBase {
    49 public:
    50 public:
    50 	IMPORT_C static CShowInfo* NewL(TUint aVersion=KShowInfoVersion);
    51 	IMPORT_C static CShowInfo* NewL(TUint aVersion=KShowInfoVersion);