videocollection/videocollectionview/inc/videocollectionviewplugin.h
changeset 41 229f037ce963
parent 37 4eb2df7f7cbe
child 58 d2b028fd1f7d
--- a/videocollection/videocollectionview/inc/videocollectionviewplugin.h	Fri Jun 11 09:44:20 2010 +0300
+++ b/videocollection/videocollectionview/inc/videocollectionviewplugin.h	Thu Jun 24 09:49:13 2010 +0300
@@ -22,6 +22,7 @@
 
 class VideoCollectionUiLoader;
 class VideoListView;
+class VideoServices;
 
 class VideoCollectionViewPlugin: public MpxViewPlugin
 {
@@ -142,10 +143,10 @@
     bool mActivated;
     
 	/*
-	 * Service mode flag. True if started as a service, otherwise false.
+	 * Video service object.
 	 *
 	 */
-    bool mIsService;
+    VideoServices *mVideoServices;
 };
 
 #endif  // VIDEOVIEWPLUGIN_H