videoplayerapp/videoplayerengine/inc/videoserviceurifetch.h
changeset 38 ff53afa8ad05
parent 30 4f111d64a341
child 66 adb51f74b890
--- a/videoplayerapp/videoplayerengine/inc/videoserviceurifetch.h	Fri Apr 30 09:52:11 2010 +0300
+++ b/videoplayerapp/videoplayerengine/inc/videoserviceurifetch.h	Fri May 14 15:14:51 2010 +0300
@@ -24,6 +24,7 @@
 
 // FORWARD DECLARATIONS
 class VideoServices;
+class QLatin1String;
 
 class VideoServiceUriFetch : public XQServiceProvider
 {
@@ -38,7 +39,7 @@
     /**
      * contructor
      */
-    VideoServiceUriFetch( VideoServices *parent = 0 );
+    VideoServiceUriFetch( VideoServices *parent, QLatin1String service );
 
     /**
      * destructor
@@ -73,6 +74,12 @@
     /*
      *  Client can use this method launch video URI fetching
      *
+     */
+    void fetch();
+
+    /*
+     *  Client can use this method launch video URI fetching
+     *
      * @param title title to be set
      *
      */