serviceproviders/sapi_mediamanagement/tsrc/testing/tmediaprovidertesting/inc/tmediaprovidertesting.h
changeset 22 fc9cf246af83
parent 19 989d2f495d90
child 33 50974a8b132e
--- a/serviceproviders/sapi_mediamanagement/tsrc/testing/tmediaprovidertesting/inc/tmediaprovidertesting.h	Fri Jul 03 15:51:24 2009 +0100
+++ b/serviceproviders/sapi_mediamanagement/tsrc/testing/tmediaprovidertesting/inc/tmediaprovidertesting.h	Thu Aug 27 07:43:07 2009 +0300
@@ -61,7 +61,8 @@
 			{
 			EOtherFile,
 			EMusicFile,
-			EStreamingURLFile
+			EStreamingURLFile,
+			EImageFile
 			};
 	public:  // Constructors and destructor
 	
@@ -157,6 +158,17 @@
 		* @return Symbian OS error code.
 		*/
 		TInt GetFilesListL(CStifItemParser& aItem);
+		
+        /**
+        * Example test method.
+        * @since ?Series60_version
+        * @param aItem Script line containing parameters.
+        * @return Symbian OS error code.
+        */
+        TInt GetListBackToBackCallL(CStifItemParser& aItem);
+		
+		
+		
 		/**
 		* loades the media management service.
 		* @return MLiwInterface pointer.
@@ -200,7 +212,10 @@
 		//interface handle
 		MLiwInterface* iIface;
 		//file type 
-		TFileType iFiletype;		
+		TFileType iFiletype;	
+		
+		// Number of back to back async request given
+		TInt iNumberApiCall ;
 	};
 #endif      // TMEDIAPROVIDERTESTING_H
 // End of File