qtinternetradio/irdb/inc/urlinfowrapper.h
changeset 17 38bbf2dcd608
parent 16 5723da102db1
--- a/qtinternetradio/irdb/inc/urlinfowrapper.h	Fri Sep 17 08:27:59 2010 +0300
+++ b/qtinternetradio/irdb/inc/urlinfowrapper.h	Mon Oct 04 00:07:46 2010 +0300
@@ -35,9 +35,14 @@
     */     
     bool resetUrlInfo(const columnUrlInfoInsertMap* const RowData,
                       const uint& channelId);    
-
+    /*
+    * aBegin, aBegin is 0, will invoke the action of open db connection;
+    * aBegin == aEnd, will invoke the action of close db connection;
+    */
     QList<QVariant*>* getUrlInfo(const columnMap* const condAND = NULL,  
-                                 const columnMap* const condOR = NULL);
+                                 const columnMap* const condOR = NULL,
+                                 int aBegin = 0,
+                                 int aEnd = 0);
 
 private:
     /*