videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackview/inc/testvideoplaybackview.h
changeset 35 3738fe97f027
parent 30 4f111d64a341
child 38 ff53afa8ad05
--- a/videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackview/inc/testvideoplaybackview.h	Thu Apr 01 23:22:15 2010 +0300
+++ b/videoplayback/hbvideoplaybackview/tsrc/testvideoplaybackview/inc/testvideoplaybackview.h	Thu Apr 01 23:32:44 2010 +0300
@@ -15,6 +15,8 @@
 * 
 */
 
+// Version : %version: %
+
 #ifndef __TESTVIDEOPLAYBACKVIEW_H__
 #define __TESTVIDEOPLAYBACKVIEW_H__
 
@@ -45,14 +47,17 @@
         
     void setup();
     
+private:
+    
+    void verifyHandlePluginError( TInt error, bool closeView = true );
+    
     // test functions for the test framework         
 private slots:
 
     // the order in which these testXX methods are declared is important
     // changing this order will affect the test results
     void testHandleActivateView();
-    void testDisplayErrorMessage();
-    void testDisplayInfoMessage();
+    void testShowDialog();
     void testGetWindow();
     void testIssuePlayCommand();
     void testEvent();
@@ -70,7 +75,7 @@
     void testDoClosePlayer();
 
 signals:
-    void commandSignal(int);
+    void commandSignal();
 
 private:
     HbVideoPlaybackView*  mVideoView;