videoplayerapp/videoplayerengine/tsrc/testvideoplayerengine/stub/inc/hbinstance.h
changeset 62 0e1e938beb1a
parent 52 e3cecb93e76a
--- a/videoplayerapp/videoplayerengine/tsrc/testvideoplayerengine/stub/inc/hbinstance.h	Thu Sep 02 20:28:16 2010 +0300
+++ b/videoplayerapp/videoplayerengine/tsrc/testvideoplayerengine/stub/inc/hbinstance.h	Fri Sep 17 08:30:05 2010 +0300
@@ -15,12 +15,13 @@
 *
 */
 
-// Version : %version:  %
+// Version : %version:  da1mmcf#8 %
 
 #ifndef _HBINSTANCE_H
 #define _HBINSTANCE_H
 
 #include <QList>
+#include <hbmainwindow.h>
 
 // Get stubs included before they are searched from /epoc32/include/mw
 #include "stub/inc/mpxviewpluginqt.h"
@@ -37,9 +38,7 @@
 public:
     static HbInstance *instance();
 
-    HbInstance* primaryWindow() const;
-
-    QList<HbInstance *> allMainWindows() const;
+    QList<HbMainWindow *> allMainWindows() const;
     
     void removeView( QGraphicsWidget* y );
 
@@ -50,6 +49,9 @@
 private:
     HbInstance();
     ~HbInstance();
+    
+public:
+    QList<HbMainWindow*>  mWindows;
 };
 
 #endif // STUBHBINSTANCE_H