diff -r 13331705e488 -r 229f037ce963 videocollection/videocollectionview/inc/videocollectionviewplugin.h --- 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