engine/inc/ShowInfo.h
changeset 60 4d230e702aa3
parent 2 29cda98b007e
child 349 4538abb763e4
equal deleted inserted replaced
59:9569ea080d5a 60:4d230e702aa3
    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);