videoplayerapp/videoplayerengine/tsrc/testvideoplayerengine/stub/inc/testviewplugin.h
changeset 17 69946d1824c4
parent 15 cf5481c2bc0b
--- a/videoplayerapp/videoplayerengine/tsrc/testvideoplayerengine/stub/inc/testviewplugin.h	Fri Apr 16 14:59:52 2010 +0300
+++ b/videoplayerapp/videoplayerengine/tsrc/testvideoplayerengine/stub/inc/testviewplugin.h	Mon May 03 12:32:50 2010 +0300
@@ -15,6 +15,8 @@
 *
 */
 
+// Version : %version: %
+
 #include "stub/inc/mpxviewpluginqt.h"
 
 class TestViewPlugin : public MpxViewPlugin
@@ -90,22 +92,6 @@
      * framework (eg. to switch to previous view).
      */ 
     virtual void back();
-
-signals:
-
-    /**
-     * Command is the only way to notify from plugin to application
-     * about action needed to be executed.
-     *
-     * @param aCommand  enumeration of command type. 
-     * Currently supported are: ViewBack, CloseApp, GoToNowPlaying, GoToCollectionView.
-     * NOTE: It should be specified how to determine between broadly supported operations 
-     * (back, close etc.) and application/plugin specific (go to collection, go to now playing etc.)
-     *
-     * There is also one major issue here, that there is no guaranted order of command delivery,
-     * so there is second option to use common observer pattern. Should be discussed.
-     */ 
-    void command(int aCommand);    
     
 private: