videocollection/tsrc/stubs/inc/videoservices.h
changeset 37 4eb2df7f7cbe
parent 36 8aed59de29f9
child 44 518105d52e45
--- a/videocollection/tsrc/stubs/inc/videoservices.h	Fri Apr 16 18:13:14 2010 +0300
+++ b/videocollection/tsrc/stubs/inc/videoservices.h	Fri Apr 30 09:52:11 2010 +0300
@@ -62,6 +62,14 @@
      */
     QString contextTitle() const;
 
+    /**
+     * Returns sort type defined by the service client.
+     * 
+     * @param None.
+     * @return int.
+     */
+    int sortRole() const;
+
 	/*
 	 * Enum reflecting the services provided 
 	 */
@@ -177,6 +185,11 @@
 	 * Current service
 	 */
     VideoServices::TVideoService mCurrentService;
+    
+    /**
+     * Sort role.
+     */
+    int mSortRole;
 
     friend class VideoServiceUriFetch;