qtinternetradio/irqisdsclient/inc/irqisdsclient.h
changeset 3 ee64f059b8e1
parent 0 09774dfdd46b
child 5 0930554dc389
equal deleted inserted replaced
2:2e1adbfc62af 3:ee64f059b8e1
    59     /**
    59     /**
    60      *IRQIsdsClient::openInstance() 
    60      *IRQIsdsClient::openInstance() 
    61      *to get an instance of the IRQIsdsClient. 
    61      *to get an instance of the IRQIsdsClient. 
    62      *@return IRQIsdsClient *
    62      *@return IRQIsdsClient *
    63      */
    63      */
    64     IMPORT_C static IRQIsdsClient *openInstance(IRQFavoritesDB *aFavPresets);
    64     IMPORT_C static IRQIsdsClient *openInstance();
    65 
    65 
    66     /**
    66     /**
    67      *IRQIsdsClient::CloseInstance() 
    67      *IRQIsdsClient::CloseInstance() 
    68      *close the instance.
    68      *close the instance.
    69      *@return IRQIsdsClient *
    69      *@return IRQIsdsClient *
   119     /**
   119     /**
   120      *IRQIsdsClient::IsdsListenRequestL()
   120      *IRQIsdsClient::IsdsListenRequestL()
   121      *to syncronize presets
   121      *to syncronize presets
   122      *@param int,QString, the preset id and the last modified tag for the preset   
   122      *@param int,QString, the preset id and the last modified tag for the preset   
   123      **/
   123      **/
   124     IMPORT_C int isdsSyncPreset(int aPresetId, const QString& aIfModifySince);
   124     IMPORT_C int isdsSyncPreset(int aPresetId, const QString& aIfModifySince, IRQFavoritesDB *aFavPresets);
   125 
   125 
   126     /**
   126     /**
   127      *IRQIsdsClient::IsdsCancelRequest()
   127      *IRQIsdsClient::IsdsCancelRequest()
   128      *Cacel the request sent by the UI.
   128      *Cacel the request sent by the UI.
   129      *@param None
   129      *@param None
   290      *iSingletonInstances
   290      *iSingletonInstances
   291      * the count of reference of the object
   291      * the count of reference of the object
   292      */
   292      */
   293     int iSingletonInstances;
   293     int iSingletonInstances;
   294 
   294 
   295     IRQIsdsClient(IRQFavoritesDB *aFavPresets);
   295     IRQIsdsClient();
   296     /**
   296     /**
   297      *IRQIsdsClient::~IRQIsdsClient()
   297      *IRQIsdsClient::~IRQIsdsClient()
   298      *default c++ function
   298      *default c++ function
   299      **/
   299      **/
   300     ~IRQIsdsClient();
   300     ~IRQIsdsClient();