qtinternetradio/irqcommon/inc/irqisdsdatastructure.h
changeset 3 ee64f059b8e1
parent 0 09774dfdd46b
child 8 3b03c28289e6
--- a/qtinternetradio/irqcommon/inc/irqisdsdatastructure.h	Mon May 03 12:25:23 2010 +0300
+++ b/qtinternetradio/irqcommon/inc/irqisdsdatastructure.h	Fri May 14 15:43:29 2010 +0300
@@ -78,7 +78,7 @@
    IMPORT_C QList<QString> * getURLsForBitrate(int aBitrate) const;
    /* the following functions may be changed in future */
    IMPORT_C int getChannelUrlAt(int aIndex, QString& aURL) const;   
-   IMPORT_C int getChannelBitrate(int aIndex, int &aBitrate) const;    
+   IMPORT_C int getChannelBitrate(unsigned int aIndex, unsigned int &aBitrate) const;    
    
    /* sort the urlArray with bitrates by ascending. for 
     * there are not many items, here we use bubble sorting.
@@ -96,7 +96,7 @@
    
    IMPORT_C int getChannelURLCount() const;
    
-   IMPORT_C bool setUrlBitrate(const int aUrlIndex, const int aBitrate);
+   IMPORT_C bool setUrlBitrate(const unsigned int aUrlIndex, const unsigned int aBitrate);
   
    int uniqID; //unique id generated for the preset saved at favourite