videocollection/tsrc/stubs/inc/videoservices.h
changeset 20 b9e04db066d4
parent 17 69946d1824c4
child 44 518105d52e45
--- a/videocollection/tsrc/stubs/inc/videoservices.h	Mon May 03 12:32:50 2010 +0300
+++ b/videocollection/tsrc/stubs/inc/videoservices.h	Fri May 14 15:53:50 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;