diff -r 5723da102db1 -r 38bbf2dcd608 qtinternetradio/irdb/inc/irdbwrapper.h --- a/qtinternetradio/irdb/inc/irdbwrapper.h Fri Sep 17 08:27:59 2010 +0300 +++ b/qtinternetradio/irdb/inc/irdbwrapper.h Mon Oct 04 00:07:46 2010 +0300 @@ -38,13 +38,19 @@ * If all parameters are default, all cid rows in IRDB will return; * condAND: condition for search IRDB, it is AND relationship in every pair; * condOR: condition for search IRDB, it is OR relationship in every pair; + * here below enum can be input as condition(condAND or condOR): + * channelId, channelName, channelNickName, + genreName, genreId, languageName, languageCode, + countryName, countryCode, description, shortDesc, + lastModified, channelType, musicStoreStatus, + imgUrl, + advertisementUrl, advertisementInUse, expiration, + channelUrl, bitRate; */ QList* getChannelId(const columnMap* const condAND = NULL, const columnMap* const condOR = NULL); -friend class IRDB; -protected: /* * If all parameters are default, all rows in IRDB will return; * condAND: condition for search IRDB, it is AND relationship in every pair; @@ -53,6 +59,8 @@ QList* getIRDB(const columnMap* const condAND = NULL, const columnMap* const condOR = NULL); + friend class IRDB; + protected: /* * create sql condition(where) string according to the input condAND and condAND; @@ -80,7 +88,8 @@ QString& insSqlStr, QString& updSqlStr, const logoMap* const logoData = NULL, - QList* logoArrayList = NULL); + QList* logoArrayList = NULL, + int* logoType = NULL); /* * create sql select string according to the input condAND and condOR;