mpengine/tsrc/unittest_mpmpxcollectionframeworkwrapper/stub/src/mpmpxisolatedcollectionhelper.cpp
changeset 43 0f32e550d9d8
parent 22 ecf06a08d4d9
--- a/mpengine/tsrc/unittest_mpmpxcollectionframeworkwrapper/stub/src/mpmpxisolatedcollectionhelper.cpp	Fri Jun 25 17:21:37 2010 -0500
+++ b/mpengine/tsrc/unittest_mpmpxcollectionframeworkwrapper/stub/src/mpmpxisolatedcollectionhelper.cpp	Fri Jul 09 16:27:03 2010 -0500
@@ -17,7 +17,7 @@
 
 
 #include <mpxcollectionpath.h>
-
+#include <QtGlobal>
 #include "stub/inc/mpmpxisolatedcollectionhelper.h"
 
 
@@ -57,8 +57,10 @@
 /*!
  \internal
  */
-void CMpMpxIsolatedCollectionHelper::OpenCollectionL( CMPXCollectionPath& aPath )
+void CMpMpxIsolatedCollectionHelper::OpenCollectionL( CMPXCollectionPath& aPath, TInt aIndex, MpOpenMode aMode )
     {
+    Q_UNUSED( aIndex );
+    iMode = aMode;
     iCountPath = aPath.Count();
     iOpen = ETrue;
     iOpenCount++;
@@ -71,7 +73,8 @@
     : iObserver( aObserver ),
       iOpen(EFalse),
       iOpenCount(0),
-      iCountPath(0)
+      iCountPath(0),
+      iMode( DefaultMode )
     {
     }