inc/videoservices.h
changeset 20 b9e04db066d4
parent 17 69946d1824c4
child 24 7d93ee07fb27
--- a/inc/videoservices.h	Mon May 03 12:32:50 2010 +0300
+++ b/inc/videoservices.h	Fri May 14 15:53:50 2010 +0300
@@ -15,6 +15,8 @@
 *
 */
 
+// Version : %version: ou1cpsw#3 %
+
 #ifndef __VIDEOSERVICES_H__
 #define __VIDEOSERVICES_H__
 
@@ -56,6 +58,14 @@
      *
      */
     QString contextTitle() const;
+    
+    /**
+     * Returns sort type defined by the service client.
+     * 
+     * @param None.
+     * @return int.
+     */
+    int sortRole() const;
 
 	/*
 	 * Enum reflecting the services provided 
@@ -185,6 +195,14 @@
 	friend class VideoServiceView;
     
     friend class VideoServiceBrowse;
+    
+public:
+    
+    /*
+     * indicate fetch service and attach operation has been selected
+     */
+    bool         mFetchSelected;
+    
     };
 
 #endif //__VIDEOSERVICES_H__