diff -r 8aed59de29f9 -r 4eb2df7f7cbe videocollection/tsrc/stubs/inc/videoservices.h --- 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;