engine/inc/PodcastModel.h
changeset 77 403412eb5292
parent 76 223f270fa7ff
child 80 50345a6ad0c3
equal deleted inserted replaced
76:223f270fa7ff 77:403412eb5292
    83 	void SetProxyUsageIfNeededL(RHTTPSession& aSession);
    83 	void SetProxyUsageIfNeededL(RHTTPSession& aSession);
    84 	void GetProxyInformationForConnectionL(TBool& aIsUsed, HBufC*& aServerName, TUint32& aPort);
    84 	void GetProxyInformationForConnectionL(TBool& aIsUsed, HBufC*& aServerName, TUint32& aPort);
    85 	TInt GetIapId();
    85 	TInt GetIapId();
    86 	
    86 	
    87 	sqlite3* DB();
    87 	sqlite3* DB();
       
    88 	void DropDB();
    88 	void ResetDB();
    89 	void ResetDB();
    89 	
    90 	
    90 	IMPORT_C void GetAllShowsL();
    91 	IMPORT_C void GetAllShowsL();
    91 	IMPORT_C void GetNewShowsL();
    92 	IMPORT_C void GetNewShowsL();
    92 	IMPORT_C void GetShowsDownloadedL();
    93 	IMPORT_C void GetShowsDownloadedL();