diff -r 5723da102db1 -r 38bbf2dcd608 qtinternetradio/irdb/inc/channelhistorywrapper.h --- a/qtinternetradio/irdb/inc/channelhistorywrapper.h Fri Sep 17 08:27:59 2010 +0300 +++ b/qtinternetradio/irdb/inc/channelhistorywrapper.h Mon Oct 04 00:07:46 2010 +0300 @@ -28,6 +28,8 @@ public: /* * RowData: [direction: in]table row value; + * reminder, channelUrl and bitrate can't be input from here; + * if the enum of channelUrl or bitrate is used here, return false; * cidUserDefined: [direction: out] return the channelid allocated by IRDB, * the channelId is a user-defined channelId; * logoMap: [direction: in]the logo rowData will be inserted into irdb via this structure; @@ -75,13 +77,11 @@ private: /* * search channelId according to parameter; - * condUserCidStr:[direction: in]specific condition(where) string for user-define uid; * condAND: [direction: in]condition for search channelHistory, it is AND relationship in every pair; * condOR: [direction: in]condition for search channelHistory, it is OR relationship in every pair; * uint: return channelId; */ - uint srhChannelId(QString& condUserCidStr, - const columnMap* const condAND, + uint srhChannelId(const columnMap* const condAND = NULL, const columnMap* const condOR = NULL); };